Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 25) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dgpio_15xx.h50 __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 Dgpio_15xx.c74 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 Dgenerate_config_header.cmake27 foreach(DIR IN LISTS PICO_INCLUDE_DIRS)
28 target_include_directories(pico_base_headers INTERFACE ${DIR})
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_sdmmc.h332 #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 Dstm32f10x_sdio.h339 #define IS_SDIO_TRANSFER_DIR(DIR) (((DIR) == SDIO_TransferDir_ToCard) || \ argument
340 ((DIR) == SDIO_TransferDir_ToSDIO))
A Dstm32f10x_dma.h113 #define IS_DMA_DIR(DIR) (((DIR) == DMA_DIR_PeripheralDST) || \ argument
114 ((DIR) == DMA_DIR_PeripheralSRC))
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_sdio.h343 #define IS_SDIO_TRANSFER_DIR(DIR) (((DIR) == SDIO_TransferDir_ToCard) || \ argument
344 ((DIR) == SDIO_TransferDir_ToSDIO))
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_sdio.h336 #define IS_SDIO_TRANSFER_DIR(DIR) (((DIR) == SDIO_TransferDir_ToCard) || \ argument
337 ((DIR) == SDIO_TransferDir_ToSDIO))
/external/platform/nrfx/hal/
A Dnrf_gpio.h794 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 Dnrf51.h1178 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins. … member
A Dnrf52805.h675 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
A Dnrf52810.h723 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
A Dnrf52811.h742 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
A Dnrf5340_network.h1889 …__IOM uint32_t DIR; /*!< (@ 0x00000014) Direction of GPIO pins … member
A Dnrf9160.h1982 …__IOM uint32_t DIR; /*!< (@ 0x00000014) Direction of GPIO pins … member
A Dnrf52820.h752 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
A Dnrf52.h2243 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
A Dnrf52833.h1024 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
A Dnrf52840.h1067 …__IOM uint32_t DIR; /*!< (@ 0x00000514) Direction of GPIO pins … member
A Dnrf5340_application.h3095 …__IOM uint32_t DIR; /*!< (@ 0x00000014) Direction of GPIO pins … member
/external/platform/nrf51/include/platform/
A Dnrf518xx.h1172 …__IO uint32_t DIR; /*!< Direction of GPIO pins. … member
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS/
A Dstm32f4xx.h1804 __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 Dstm32f745xx.h771 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ member
A Dstm32f746xx.h820 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ member
A Dstm32f756xx.h821 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ member

Completed in 365 milliseconds