Searched refs:IOPCTL_PinMuxSet (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/evkmimxrt685/project_template/ |
D | pin_mux.c | 107 IOPCTL_PinMuxSet(IOPCTL, 0U, 1U, port0_pin1_config); in BOARD_InitDEBUG_UARTPins() 128 IOPCTL_PinMuxSet(IOPCTL, 0U, 2U, port0_pin2_config); in BOARD_InitDEBUG_UARTPins() 190 IOPCTL_PinMuxSet(IOPCTL, 1U, 11U, port1_pin11_config); in BOARD_InitFlexSPIFlashPins() 211 IOPCTL_PinMuxSet(IOPCTL, 1U, 12U, port1_pin12_config); in BOARD_InitFlexSPIFlashPins() 232 IOPCTL_PinMuxSet(IOPCTL, 1U, 13U, port1_pin13_config); in BOARD_InitFlexSPIFlashPins() 253 IOPCTL_PinMuxSet(IOPCTL, 1U, 14U, port1_pin14_config); in BOARD_InitFlexSPIFlashPins() 274 IOPCTL_PinMuxSet(IOPCTL, 1U, 29U, port1_pin29_config); in BOARD_InitFlexSPIFlashPins() 295 IOPCTL_PinMuxSet(IOPCTL, 2U, 17U, port2_pin17_config); in BOARD_InitFlexSPIFlashPins() 316 IOPCTL_PinMuxSet(IOPCTL, 2U, 18U, port2_pin18_config); in BOARD_InitFlexSPIFlashPins() 337 IOPCTL_PinMuxSet(IOPCTL, 2U, 19U, port2_pin19_config); in BOARD_InitFlexSPIFlashPins() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/mimxrt685audevk/project_template/ |
D | pin_mux.c | 107 IOPCTL_PinMuxSet(IOPCTL, 0U, 1U, port0_pin1_config); in BOARD_InitDEBUG_UARTPins() 128 IOPCTL_PinMuxSet(IOPCTL, 0U, 2U, port0_pin2_config); in BOARD_InitDEBUG_UARTPins() 190 IOPCTL_PinMuxSet(IOPCTL, 1U, 11U, port1_pin11_config); in BOARD_InitFlexSPIFlashPins() 211 IOPCTL_PinMuxSet(IOPCTL, 1U, 12U, port1_pin12_config); in BOARD_InitFlexSPIFlashPins() 232 IOPCTL_PinMuxSet(IOPCTL, 1U, 13U, port1_pin13_config); in BOARD_InitFlexSPIFlashPins() 253 IOPCTL_PinMuxSet(IOPCTL, 1U, 14U, port1_pin14_config); in BOARD_InitFlexSPIFlashPins() 274 IOPCTL_PinMuxSet(IOPCTL, 1U, 29U, port1_pin29_config); in BOARD_InitFlexSPIFlashPins() 295 IOPCTL_PinMuxSet(IOPCTL, 2U, 17U, port2_pin17_config); in BOARD_InitFlexSPIFlashPins() 316 IOPCTL_PinMuxSet(IOPCTL, 2U, 18U, port2_pin18_config); in BOARD_InitFlexSPIFlashPins() 337 IOPCTL_PinMuxSet(IOPCTL, 2U, 19U, port2_pin19_config); in BOARD_InitFlexSPIFlashPins() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/evkmimxrt595/project_template/ |
D | pin_mux.c | 84 IOPCTL_PinMuxSet(IOPCTL, 0U, 1U, port0_pin1_config); in BOARD_InitPins() 105 IOPCTL_PinMuxSet(IOPCTL, 0U, 2U, port0_pin2_config); in BOARD_InitPins() 126 IOPCTL_PinMuxSet(IOPCTL, 2U, 24U, port2_pin24_config); in BOARD_InitPins()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_iopctl/ |
D | fsl_iopctl.h | 88 __STATIC_INLINE void IOPCTL_PinMuxSet(IOPCTL_Type *base, uint8_t port, uint8_t pin, uint32_t modefu… in IOPCTL_PinMuxSet() function 106 IOPCTL_PinMuxSet(base, pinArray[i].port, pinArray[i].pin, pinArray[i].modefunc); in IOPCTL_SetPinMuxing()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/evkmimxrt595/wireless_config_template/ |
D | sdmmc_config.c | 67 IOPCTL_PinMuxSet(IOPCTL, 2U, 3U, 0x41); /* PULL UP/PULL DOWN disable */ in BOARD_SDCardDAT3PullFunction() 71 IOPCTL_PinMuxSet(IOPCTL, 2U, 3U, 0x71); in BOARD_SDCardDAT3PullFunction()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/evkmimxrt685/wireless_config_template/ |
D | sdmmc_config.c | 72 IOPCTL_PinMuxSet(IOPCTL, 2U, 3U, 0x51); in BOARD_SDCardDAT3PullFunction() 76 IOPCTL_PinMuxSet(IOPCTL, 2U, 3U, 0x71); in BOARD_SDCardDAT3PullFunction()
|