| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | gpio_15xx.h | 50 __IO uint32_t DIR[32]; /*!< Offset 0x2000: Direction registers port n */ member 148 pGPIO->DIR[port] |= 1UL << pin; in Chip_GPIO_SetPinDIROutput() 160 pGPIO->DIR[port] &= ~(1UL << pin); in Chip_GPIO_SetPinDIRInput() 183 return (bool) (((pGPIO->DIR[port]) >> bit) & 1); in Chip_GPIO_ReadDirBit() 195 return (bool) (((pGPIO->DIR[port]) >> pin) & 1); in Chip_GPIO_GetPinDIR() 221 pGPIO->DIR[port] |= pinMask; in Chip_GPIO_SetPortDIROutput() 235 pGPIO->DIR[port] &= ~pinMask; in Chip_GPIO_SetPortDIRInput() 260 return pGPIO->DIR[port]; in Chip_GPIO_GetPortDIR()
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | gpio_15xx.c | 74 pGPIO->DIR[port] |= 1UL << bit; in Chip_GPIO_WriteDirBit() 77 pGPIO->DIR[port] &= ~(1UL << bit); in Chip_GPIO_WriteDirBit() 85 pGPIO->DIR[portNum] |= bitValue; in Chip_GPIO_SetDir() 88 pGPIO->DIR[portNum] &= ~bitValue; in Chip_GPIO_SetDir()
|
| /external/platform/pico/common/pico_base/ |
| A D | generate_config_header.cmake | 27 foreach(DIR IN LISTS PICO_INCLUDE_DIRS) 28 target_include_directories(pico_base_headers INTERFACE ${DIR})
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
| A D | stm32f7xx_ll_sdmmc.h | 332 #define IS_SDMMC_TRANSFER_DIR(DIR) (((DIR) == SDMMC_TRANSFER_DIR_TO_CARD) || \ argument 333 ((DIR) == SDMMC_TRANSFER_DIR_TO_SDMMC))
|
| /external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/ |
| A D | stm32f10x_sdio.h | 339 #define IS_SDIO_TRANSFER_DIR(DIR) (((DIR) == SDIO_TransferDir_ToCard) || \ argument 340 ((DIR) == SDIO_TransferDir_ToSDIO))
|
| A D | stm32f10x_dma.h | 113 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PeripheralDST) || \ argument 114 ((DIR) == DMA_DIR_PeripheralSRC))
|
| /external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/ |
| A D | stm32f2xx_sdio.h | 343 #define IS_SDIO_TRANSFER_DIR(DIR) (((DIR) == SDIO_TransferDir_ToCard) || \ argument 344 ((DIR) == SDIO_TransferDir_ToSDIO))
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
| A D | stm32f4xx_sdio.h | 336 #define IS_SDIO_TRANSFER_DIR(DIR) (((DIR) == SDIO_TransferDir_ToCard) || \ argument 337 ((DIR) == SDIO_TransferDir_ToSDIO))
|
| /external/platform/nrfx/hal/ |
| A D | nrf_gpio.h | 794 p_reg->DIR = value; in nrf_gpio_port_dir_write() 800 return p_reg->DIR; in nrf_gpio_port_dir_read()
|
| /external/platform/nrfx/mdk/ |
| A D | nrf51.h | 1178 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins. … member
|
| A D | nrf52805.h | 675 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
|
| A D | nrf52810.h | 723 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
|
| A D | nrf52811.h | 742 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
|
| A D | nrf5340_network.h | 1889 …__IOM uint32_t DIR; /*!< (@ 0x00000014) Direction of GPIO pins … member
|
| A D | nrf9160.h | 1982 …__IOM uint32_t DIR; /*!< (@ 0x00000014) Direction of GPIO pins … member
|
| A D | nrf52820.h | 752 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
|
| A D | nrf52.h | 2243 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
|
| A D | nrf52833.h | 1024 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
|
| A D | nrf52840.h | 1067 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
|
| A D | nrf5340_application.h | 3095 …__IOM uint32_t DIR; /*!< (@ 0x00000014) Direction of GPIO pins … member
|
| /external/platform/nrf51/include/platform/ |
| A D | nrf518xx.h | 1172 …__IO uint32_t DIR; /*!< Direction of GPIO pins. … member
|
| /external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/ |
| A D | stm32f4xx.h | 1804 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ member 1845 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ member
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/ |
| A D | stm32f745xx.h | 771 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ member
|
| A D | stm32f746xx.h | 820 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ member
|
| A D | stm32f756xx.h | 821 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ member
|