Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c86 #define I2C_SR1_ARLO (1 << 9) macro
688 regs->SR1 &= ~I2C_SR1_ARLO; in stmI2cMasterArbitrationLoss()
747 else if (sr1 & I2C_SR1_ARLO) in stmI2cIsrError()