Searched refs:kFLEXIO_I2C_Idle (Results 1 – 1 of 1) sorted by relevance
23 kFLEXIO_I2C_Idle = 0x0U, /*!< I2C bus idle */ enumerator319 handle->state = (uint8_t)kFLEXIO_I2C_Idle; in FLEXIO_I2C_MasterTransferStateMachineSendCommand()371 handle->state = (uint8_t)kFLEXIO_I2C_Idle; in FLEXIO_I2C_MasterTransferStateMachineSendData()434 handle->state = (uint8_t)kFLEXIO_I2C_Idle; in FLEXIO_I2C_MasterTransferStateMachineReceiveData()504 handle->state = (uint8_t)kFLEXIO_I2C_Idle; in FLEXIO_I2C_MasterTransferRunStateMachine()1208 } while ((tmpHandle.state != (uint8_t)kFLEXIO_I2C_Idle) && (result == kStatus_Success)); in FLEXIO_I2C_MasterTransferBlocking()1285 if (handle->state != (uint8_t)kFLEXIO_I2C_Idle) in FLEXIO_I2C_MasterTransferNonBlocking()1324 handle->state = (uint8_t)kFLEXIO_I2C_Idle; in FLEXIO_I2C_MasterTransferAbort()1345 if (handle->state == (uint8_t)kFLEXIO_I2C_Idle) in FLEXIO_I2C_MasterTransferGetCount()1373 if (handle->state == (uint8_t)kFLEXIO_I2C_Idle) in FLEXIO_I2C_MasterTransferHandleIRQ()