Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c125 STM_I2C_MASTER_START, enumerator
525 atomicWriteByte(&state->masterState, STM_I2C_MASTER_START); in stmI2cMasterTxRxDone()
563 atomicWriteByte(&state->masterState, STM_I2C_MASTER_START); in stmI2cMasterDmaTxDone()
626 if (atomicReadByte(&state->masterState) == STM_I2C_MASTER_START) { in stmI2cMasterSentStart()
952 STM_I2C_MASTER_IDLE, STM_I2C_MASTER_START)) { in i2cMasterTxRx()