Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c124 STM_I2C_MASTER_START, enumerator
523 atomicWriteByte(&state->masterState, STM_I2C_MASTER_START); in stmI2cMasterTxRxDone()
545 atomicWriteByte(&state->masterState, STM_I2C_MASTER_START); in stmI2cMasterDmaTxDone()
611 if (atomicReadByte(&state->masterState) == STM_I2C_MASTER_START) { in stmI2cMasterSentStart()
886 STM_I2C_MASTER_IDLE, STM_I2C_MASTER_START)) { in i2cMasterTxRx()