Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c149 STM_I2C_MASTER, enumerator
715 } else if (pdev->state.mode == STM_I2C_MASTER) { in stmI2cIsrEvent()
732 } else if (pdev->state.mode == STM_I2C_MASTER) { in stmI2cIsrError()
784 state->mode = STM_I2C_MASTER; in i2cMasterRequest()
825 if (state->mode == STM_I2C_MASTER) { in i2cMasterRelease()
859 if (state->mode != STM_I2C_MASTER) in i2cMasterTxRx()