Home
last modified time | relevance | path

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

/external/openthread/examples/platforms/cc2538/
Duart.c113 HWREG(GPIO_A_BASE + GPIO_O_AFSEL) |= GPIO_PIN_1; in otPlatUartEnable()
118 HWREG(GPIO_A_BASE + GPIO_O_AFSEL) |= GPIO_PIN_0; in otPlatUartEnable()
292 HWREG(GPIO_A_BASE + GPIO_O_AFSEL) |= GPIO_PIN_3; in cc2538DebugUartInit()
298 HWREG(GPIO_A_BASE + GPIO_O_AFSEL) |= GPIO_PIN_2; in cc2538DebugUartInit()
Dcc2538-reg.h276 #define GPIO_O_AFSEL 0x00000420 macro