Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_i2c_edma.c85 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 Dfsl_i2c.c110 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 9 milliseconds