Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c124 STM_I2C_MASTER_IDLE, enumerator
535 atomicWriteByte(&state->masterState, STM_I2C_MASTER_IDLE); in stmI2cMasterTxRxDone()
860 atomicWriteByte(&state->masterState, STM_I2C_MASTER_IDLE); in i2cMasterRequest()
882 if (atomicReadByte(&state->masterState) == STM_I2C_MASTER_IDLE) { in i2cMasterRelease()
943 STM_I2C_MASTER_IDLE, STM_I2C_MASTER_START)) { in i2cMasterTxRx()