Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/variant/nucleo/src/os/
Di2c.c22 .gpioScl = I2C1_GPIO_SCL_PB8,
/device/google/contexthub/firmware/variant/lunchbox/src/os/
Di2c.c22 .gpioScl = I2C1_GPIO_SCL_PB8,
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Di2c.h52 #define I2C1_GPIO_SCL_PB8 { .gpioNum = GPIO_PB(8), .func = GPIO_AF_I2C1 } macro