Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c23 kFLEXIO_I2C_Idle = 0x0U, /*!< I2C bus idle */ enumerator
319 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()