Searched refs:muxPosition (Results 1 – 2 of 2) sorted by relevance
112 void GPIO_SetupPinMux(Uint16 gpioNumber, Uint16 cpu, Uint16 muxPosition) in GPIO_SetupPinMux() argument126 if (cpu > GPIO_MUX_CPU2CLA || muxPosition > 0xF) in GPIO_SetupPinMux()158 *gmux |= (Uint32)((muxPosition >> 2) & 0x3UL) << (2*pin16); in GPIO_SetupPinMux()159 *mux |= (Uint32)(muxPosition & 0x3UL) << (2*pin16); in GPIO_SetupPinMux()
255 extern void GPIO_SetupPinMux(Uint16 gpioNumber, Uint16 cpu, Uint16 muxPosition);
Completed in 5 milliseconds