Searched refs:I2C_MasterTransferRunStateMachine (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ii2c/ |
D | fsl_i2c.c | 83 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… 272 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… in I2C_MasterTransferRunStateMachine() function 1217 result = I2C_MasterTransferRunStateMachine(base, handle, &isDone); in I2C_MasterTransferHandleIRQ()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i2c/ |
D | fsl_i2c.c | 96 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… 333 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… in I2C_MasterTransferRunStateMachine() function 1651 result = I2C_MasterTransferRunStateMachine(base, handle, &isDone); in I2C_MasterTransferHandleIRQ()
|