Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c150 STM_I2C_MASTER, enumerator
725 } else if (pdev->state.mode == STM_I2C_MASTER) { in stmI2cIsrEvent()
742 } else if (pdev->state.mode == STM_I2C_MASTER) { in stmI2cIsrError()
838 state->mode = STM_I2C_MASTER; in i2cMasterRequest()
881 if (state->mode == STM_I2C_MASTER) { in i2cMasterRelease()
915 if (state->mode != STM_I2C_MASTER) in i2cMasterTxRx()