Home
last modified time | relevance | path

Searched refs:GPIO_PC (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Di2c.h71 #define I2C3_GPIO_SDA_PC9 { .gpioNum = GPIO_PC(9), .func = GPIO_AF_I2C3_A }
Dgpio.h47 #define GPIO_PC(x) ((GPIO_PORTC << GPIO_PORT_SHIFT) + (x)) macro
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c250 gpioConfigAnalog(gpioRequest(GPIO_PC(i))); in platInitialize()