Home
last modified time | relevance | path

Searched refs:pinArray (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_iocon/
Dfsl_iocon.h195 __STATIC_INLINE void IOCON_SetPinMuxing(IOCON_Type *base, const iocon_group_t *pinArray, uint32_t a… in IOCON_SetPinMuxing() argument
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_iopctl/
Dfsl_iopctl.h100 __STATIC_INLINE void IOPCTL_SetPinMuxing(IOPCTL_Type *base, const iopctl_group_t *pinArray, uint32_… in IOPCTL_SetPinMuxing() argument
106 IOPCTL_PinMuxSet(base, pinArray[i].port, pinArray[i].pin, pinArray[i].modefunc); in IOPCTL_SetPinMuxing()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/
Dfsl_iopctl.h121 __STATIC_INLINE void IOPCTL_SetPinMuxing(const iopctl_group_t *pinArray, uint32_t arrayLength) in IOPCTL_SetPinMuxing() argument
127 IOPCTL_PinMuxSet(pinArray[i].port, pinArray[i].pin, pinArray[i].modefunc); in IOPCTL_SetPinMuxing()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/
Dfsl_iopctl.h121 __STATIC_INLINE void IOPCTL_SetPinMuxing(const iopctl_group_t *pinArray, uint32_t arrayLength) in IOPCTL_SetPinMuxing() argument
127 IOPCTL_PinMuxSet(pinArray[i].port, pinArray[i].pin, pinArray[i].modefunc); in IOPCTL_SetPinMuxing()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/
Dfsl_iopctl.h121 __STATIC_INLINE void IOPCTL_SetPinMuxing(const iopctl_group_t *pinArray, uint32_t arrayLength) in IOPCTL_SetPinMuxing() argument
127 IOPCTL_PinMuxSet(pinArray[i].port, pinArray[i].pin, pinArray[i].modefunc); in IOPCTL_SetPinMuxing()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_iocon_lite/
Dfsl_iocon.h114 __STATIC_INLINE void IOCON_SetPinMuxing(IOCON_Type *base, const iocon_group_t *pinArray, uint32_t a… in IOCON_SetPinMuxing() argument
120 IOCON_PinMuxSet(base, (uint8_t)pinArray[i].ionumber, pinArray[i].modefunc); in IOCON_SetPinMuxing()