Searched refs:IOCON_PinMuxSet (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_iocon/ |
| D | fsl_iocon.h | 169 __STATIC_INLINE void IOCON_PinMuxSet(IOCON_Type *base, uint8_t ionumber, uint32_t modefunc) in IOCON_PinMuxSet() function 182 __STATIC_INLINE void IOCON_PinMuxSet(IOCON_Type *base, uint8_t port, uint8_t pin, uint32_t modefunc) 202 IOCON_PinMuxSet(base, pinArray[i].ionumber, pinArray[i].modefunc); in IOCON_SetPinMuxing() 204 IOCON_PinMuxSet(base, pinArray[i].port, pinArray[i].pin, pinArray[i].modefunc); in IOCON_SetPinMuxing()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_iocon_lite/ |
| D | fsl_iocon.h | 102 __STATIC_INLINE void IOCON_PinMuxSet(IOCON_Type *base, uint8_t ionumber, uint32_t modefunc) in IOCON_PinMuxSet() function 120 IOCON_PinMuxSet(base, (uint8_t)pinArray[i].ionumber, pinArray[i].modefunc); in IOCON_SetPinMuxing()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/lpcxpresso55s06/ |
| D | board.h | 112 … IOCON_PinMuxSet(IOCON, BOARD_LED_RED_GPIO_PORT, BOARD_LED_RED_GPIO_PIN, IOCON_DIGITAL_EN); \ 129 … IOCON_PinMuxSet(IOCON, BOARD_LED_BLUE_GPIO_PORT, BOARD_LED_BLUE_GPIO_PIN, IOCON_DIGITAL_EN); \
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/lpcxpresso55s06cp/ |
| D | board.h | 112 … IOCON_PinMuxSet(IOCON, BOARD_LED_RED_GPIO_PORT, BOARD_LED_RED_GPIO_PIN, IOCON_DIGITAL_EN); \ 129 … IOCON_PinMuxSet(IOCON, BOARD_LED_BLUE_GPIO_PORT, BOARD_LED_BLUE_GPIO_PIN, IOCON_DIGITAL_EN); \
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/lpcxpresso55s16/ |
| D | board.h | 137 … IOCON_PinMuxSet(IOCON, BOARD_LED_RED_GPIO_PORT, BOARD_LED_RED_GPIO_PIN, IOCON_DIGITAL_EN); \ 154 … IOCON_PinMuxSet(IOCON, BOARD_LED_BLUE_GPIO_PORT, BOARD_LED_BLUE_GPIO_PIN, IOCON_DIGITAL_EN); \
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/lpcxpresso55s69/ |
| D | board.h | 129 … IOCON_PinMuxSet(IOCON, BOARD_LED_RED_GPIO_PORT, BOARD_LED_RED_GPIO_PIN, IOCON_DIGITAL_EN); \ 146 … IOCON_PinMuxSet(IOCON, BOARD_LED_BLUE_GPIO_PORT, BOARD_LED_BLUE_GPIO_PIN, IOCON_DIGITAL_EN); \
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/lpcxpresso55s28/ |
| D | board.h | 129 … IOCON_PinMuxSet(IOCON, BOARD_LED_RED_GPIO_PORT, BOARD_LED_RED_GPIO_PIN, IOCON_DIGITAL_EN); \ 146 … IOCON_PinMuxSet(IOCON, BOARD_LED_BLUE_GPIO_PORT, BOARD_LED_BLUE_GPIO_PIN, IOCON_DIGITAL_EN); \
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/lpcxpresso55s36/ |
| D | board.h | 100 … IOCON_PinMuxSet(IOCON, BOARD_LED_RED_GPIO_PORT, BOARD_LED_RED_GPIO_PIN, IOCON_DIGITAL_EN); \ 117 … IOCON_PinMuxSet(IOCON, BOARD_LED_BLUE_GPIO_PORT, BOARD_LED_BLUE_GPIO_PIN, IOCON_DIGITAL_EN); \
|