Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dgpio.h49 #define GPIO_PE(x) ((GPIO_PORTE << GPIO_PORT_SHIFT) + (x)) macro
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c252 gpioConfigAnalog(gpioRequest(GPIO_PE(i))); in platInitialize()