Home
last modified time | relevance | path

Searched refs:pioBase (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/drivers/
Dfsl_iopctl.h92 uint32_t pioBase = 0U; in IOPCTL_PinMuxSet() local
96 pioBase = (uint32_t)IOPCTL1 + (uint32_t)((port - 8U) * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
100 pioBase = (uint32_t)IOPCTL2 + (uint32_t)((port - 4U) * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
108 pioBase = (uint32_t)IOPCTL0 + (uint32_t)(port * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
112 *((volatile uint32_t *)pioBase) = modefunc; in IOPCTL_PinMuxSet()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/drivers/
Dfsl_iopctl.h92 uint32_t pioBase = 0U; in IOPCTL_PinMuxSet() local
96 pioBase = (uint32_t)IOPCTL1 + (uint32_t)((port - 8U) * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
100 pioBase = (uint32_t)IOPCTL2 + (uint32_t)((port - 4U) * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
108 pioBase = (uint32_t)IOPCTL0 + (uint32_t)(port * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
112 *((volatile uint32_t *)pioBase) = modefunc; in IOPCTL_PinMuxSet()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/drivers/
Dfsl_iopctl.h92 uint32_t pioBase = 0U; in IOPCTL_PinMuxSet() local
96 pioBase = (uint32_t)IOPCTL1 + (uint32_t)((port - 8U) * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
100 pioBase = (uint32_t)IOPCTL2 + (uint32_t)((port - 4U) * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
108 pioBase = (uint32_t)IOPCTL0 + (uint32_t)(port * 32U + pin) * 4UL; in IOPCTL_PinMuxSet()
112 *((volatile uint32_t *)pioBase) = modefunc; in IOPCTL_PinMuxSet()