Searched refs:STM_I2C_MASTER_START (Results 1 – 1 of 1) sorted by relevance
125 STM_I2C_MASTER_START, enumerator525 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()