Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c82 #define I2C_SR1_STOPF (1 << 4) macro
721 } else if (sr1 & I2C_SR1_STOPF) { in stmI2cIsrEvent()