Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/variant/neonkey/src/os/
Di2c.c22 .gpioScl = I2C2_GPIO_SCL_PB10,
/device/google/contexthub/firmware/variant/argonkey/src/os/
Di2c.c33 .gpioScl = I2C2_GPIO_SCL_PB10,
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Di2c.h61 #define I2C2_GPIO_SCL_PB10 { .gpioNum = GPIO_PB(10), .func = GPIO_AF_I2C2_A } macro