Searched refs:I2C_CheckAndClearError (Results 1 – 2 of 2) sorted by relevance
| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_i2c_edma.c | 85 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status); 195 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status) in I2C_CheckAndClearError() function 272 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineEDMA() 312 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineEDMA() 340 result = I2C_CheckAndClearError(base, base->S); in I2C_InitTransferStateMachineEDMA()
|
| A D | fsl_i2c.c | 110 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status); 272 static status_t I2C_CheckAndClearError(I2C_Type *base, uint32_t status) in I2C_CheckAndClearError() function 308 result = I2C_CheckAndClearError(base, statusFlags); in I2C_MasterTransferRunStateMachine() 957 result = I2C_CheckAndClearError(base, base->S); in I2C_MasterTransferBlocking() 989 result = I2C_CheckAndClearError(base, base->S); in I2C_MasterTransferBlocking() 1023 result = I2C_CheckAndClearError(base, base->S); in I2C_MasterTransferBlocking()
|
Completed in 7 milliseconds