Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/variant/lunchbox/src/os/
Di2c.c23 .gpioSda = I2C1_GPIO_SDA_PB9,
/device/google/contexthub/firmware/variant/nucleo/src/os/
Di2c.c23 .gpioSda = I2C1_GPIO_SDA_PB9,
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Di2c.h54 #define I2C1_GPIO_SDA_PB9 { .gpioNum = GPIO_PB(9), .func = GPIO_AF_I2C1 } macro