Searched refs:I2C_CheckAndClearError (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/i2c/ |
D | fsl_i2c_dma.c | 55 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()
|
D | fsl_i2c_edma.c | 55 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()
|
D | fsl_i2c.c | 83 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/ |
D | fsl_i2c.c | 70 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()
|