Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dgpio.h52 #define GPIO_PH(x) ((GPIO_PORTH << GPIO_PORT_SHIFT) + (x)) macro
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c253 gpioConfigAnalog(gpioRequest(GPIO_PH(i))); in platInitialize()