Searched refs:pinArray (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_iocon/ |
| D | fsl_iocon.h | 195 __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/ |
| D | fsl_iopctl.h | 100 __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/ |
| D | fsl_iopctl.h | 121 __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/ |
| D | fsl_iopctl.h | 121 __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/ |
| D | fsl_iopctl.h | 121 __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/ |
| D | fsl_iocon.h | 114 __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()
|