Home
last modified time | relevance | path

Searched refs:LPC_GPIO_T (Results 1 – 3 of 3) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dgpio_15xx.h57 } LPC_GPIO_T; typedef
64 void Chip_GPIO_Init(LPC_GPIO_T *pGPIO);
71 void Chip_GPIO_DeInit(LPC_GPIO_T *pGPIO);
121 STATIC INLINE bool Chip_GPIO_GetPinState(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pin) in Chip_GPIO_GetPinState()
171 void Chip_GPIO_SetPinDIR(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pin, bool output);
193 STATIC INLINE bool Chip_GPIO_GetPinDIR(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pin) in Chip_GPIO_GetPinDIR()
258 STATIC INLINE uint32_t Chip_GPIO_GetPortDIR(LPC_GPIO_T *pGPIO, uint8_t port) in Chip_GPIO_GetPortDIR()
286 STATIC INLINE uint32_t Chip_GPIO_GetPortMask(LPC_GPIO_T *pGPIO, uint8_t port) in Chip_GPIO_GetPortMask()
309 STATIC INLINE uint32_t Chip_GPIO_GetPortValue(LPC_GPIO_T *pGPIO, uint8_t port) in Chip_GPIO_GetPortValue()
332 STATIC INLINE uint32_t Chip_GPIO_GetMaskedPortValue(LPC_GPIO_T *pGPIO, uint8_t port) in Chip_GPIO_GetMaskedPortValue()
[all …]
A Dchip.h95 #define LPC_GPIO ((LPC_GPIO_T *) LPC_GPIO_PIN_INT_BASE)
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dgpio_15xx.c51 void Chip_GPIO_Init(LPC_GPIO_T *pGPIO) in Chip_GPIO_Init()
62 void Chip_GPIO_DeInit(LPC_GPIO_T *pGPIO) in Chip_GPIO_DeInit()
71 void Chip_GPIO_WriteDirBit(LPC_GPIO_T *pGPIO, uint32_t port, uint8_t bit, bool setting) in Chip_GPIO_WriteDirBit()
82 void Chip_GPIO_SetDir(LPC_GPIO_T *pGPIO, uint8_t portNum, uint32_t bitValue, uint8_t out) in Chip_GPIO_SetDir()
93 void Chip_GPIO_SetPinDIR(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pin, bool output) in Chip_GPIO_SetPinDIR()
104 void Chip_GPIO_SetPortDIR(LPC_GPIO_T *pGPIO, uint8_t port, uint32_t pinMask, bool outSet) in Chip_GPIO_SetPortDIR()

Completed in 5 milliseconds