Home
last modified time | relevance | path

Searched refs:muxPosition (Results 1 – 2 of 2) sorted by relevance

/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Gpio.c112 void GPIO_SetupPinMux(Uint16 gpioNumber, Uint16 cpu, Uint16 muxPosition) in GPIO_SetupPinMux() argument
126 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()
/bsp/ti/c28x/libraries/tms320f28379d/common/include/
A DF2837xD_GlobalPrototypes.h255 extern void GPIO_SetupPinMux(Uint16 gpioNumber, Uint16 cpu, Uint16 muxPosition);

Completed in 5 milliseconds