Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c148 STM_I2C_SLAVE, enumerator
699 if (pdev->state.mode == STM_I2C_SLAVE) { in stmI2cIsrEvent()
728 if (pdev->state.mode == STM_I2C_SLAVE) { in stmI2cIsrError()
927 pdev->state.mode = STM_I2C_SLAVE; in i2cSlaveRequest()
950 if (pdev->state.mode == STM_I2C_SLAVE) { in i2cSlaveRelease()
973 if (pdev->state.mode == STM_I2C_SLAVE) { in i2cSlaveEnableRx()
1002 if (pdev->state.mode == STM_I2C_SLAVE) { in i2cSlaveTx()