Searched refs:LPI2C_MasterCheckAndClearError (Results 1 – 2 of 2) sorted by relevance
97 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status);214 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status) in LPI2C_MasterCheckAndClearError() function279 result = LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterWaitForTxReady()569 result = LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterStop()616 result = LPI2C_MasterCheckAndClearError(base, LPI2C_MasterGetStatusFlags(base)); in LPI2C_MasterReceive()709 result = LPI2C_MasterCheckAndClearError(base, status); in LPI2C_RunTransferStateMachine()
81 extern status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status);427 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback()