Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dgpio.h48 #define GPIO_PD(x) ((GPIO_PORTD << GPIO_PORT_SHIFT) + (x)) macro
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c262 gpioConfigAnalog(gpioRequest(GPIO_PD(i))); in platInitialize()