Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/variant/argonkey/src/os/
Dled.c22 GPIO_PC(13), /* GPIO_LED0 */ \
/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/drivers/st_acc44/
DREADME44 #define ST_ACC44_INT_PIN GPIO_PC(5)
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c261 gpioConfigAnalog(gpioRequest(GPIO_PC(i))); in platInitialize()