Searched refs:pIOCON (Results 1 – 2 of 2) sorted by relevance
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | iocon_15xx.h | 95 STATIC INLINE void Chip_IOCON_PinMuxSet(LPC_IOCON_T *pIOCON, uint8_t port, uint8_t pin, uint32_t mo… in Chip_IOCON_PinMuxSet() argument 97 pIOCON->PIO[port][pin] = modefunc; 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() argument 111 Chip_IOCON_PinMuxSet(pIOCON, port, pin, (uint32_t) (mode | func)); in Chip_IOCON_PinMux() 121 void Chip_IOCON_SetPinMuxing(LPC_IOCON_T *pIOCON, const PINMUX_GRP_T *pinArray, uint32_t arrayLengt…
|
/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() argument 54 Chip_IOCON_PinMuxSet(pIOCON, pinArray[ix].port, pinArray[ix].pin, pinArray[ix].modefunc); in Chip_IOCON_SetPinMuxing()
|
Completed in 3 milliseconds