Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_dma.c55 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status);
159 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status) in I2C_CheckAndClearError() function
250 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineDMA()
301 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineDMA()
340 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineDMA()
Dfsl_i2c_edma.c55 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status);
161 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status) in I2C_CheckAndClearError() function
251 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineEDMA()
303 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineEDMA()
343 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineEDMA()
Dfsl_i2c.c83 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status);
309 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status) in I2C_CheckAndClearError() function
344 result = I2C_CheckAndClearError(base, statusFlags); in I2C_MasterTransferRunStateMachine()
1308 result = I2C_CheckAndClearError(base, base->S); in I2C_MasterTransferBlocking()
1354 result = I2C_CheckAndClearError(base, base->S); in I2C_MasterTransferBlocking()
1401 result = I2C_CheckAndClearError(base, base->S); in I2C_MasterTransferBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c.c70 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status);
243 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status) in I2C_CheckAndClearError() function
285 result = I2C_CheckAndClearError(base, statusFlags); in I2C_MasterTransferRunStateMachine()
938 result = I2C_CheckAndClearError(base, base->I2SR); in I2C_MasterTransferBlocking()
971 result = I2C_CheckAndClearError(base, base->I2SR); in I2C_MasterTransferBlocking()
1005 result = I2C_CheckAndClearError(base, base->I2SR); in I2C_MasterTransferBlocking()