Searched refs:pioBase (Results 1 – 3 of 3) sorted by relevance
92 uint32_t pioBase = 0U; in IOPCTL_PinMuxSet() local96 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()