Searched refs:LPC_IOCON_T (Results 1 – 3 of 3) sorted by relevance
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | iocon_15xx.h | 49 } LPC_IOCON_T; typedef 95 STATIC INLINE void Chip_IOCON_PinMuxSet(LPC_IOCON_T *pIOCON, uint8_t port, uint8_t pin, uint32_t mo… in Chip_IOCON_PinMuxSet() 109 STATIC INLINE void Chip_IOCON_PinMux(LPC_IOCON_T *pIOCON, uint8_t port, uint8_t pin, uint16_t mode,… in Chip_IOCON_PinMux() 121 void Chip_IOCON_SetPinMuxing(LPC_IOCON_T *pIOCON, const PINMUX_GRP_T *pinArray, uint32_t arrayLengt…
|
A D | chip.h | 92 #define LPC_IOCON ((LPC_IOCON_T *) LPC_IOCON_BASE)
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
A D | iocon_15xx.c | 49 void Chip_IOCON_SetPinMuxing(LPC_IOCON_T *pIOCON, const PINMUX_GRP_T *pinArray, uint32_t arrayLengt… in Chip_IOCON_SetPinMuxing()
|
Completed in 5 milliseconds