Searched refs:LPI2C_MasterGetStatusFlags (Results 1 – 3 of 3) sorted by relevance
278 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterWaitForTxReady()300 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_CheckForBusyBus()566 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterStop()616 result = LPI2C_MasterCheckAndClearError(base, LPI2C_MasterGetStatusFlags(base)); in LPI2C_MasterReceive()708 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_RunTransferStateMachine()
427 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback()
514 static inline uint32_t LPI2C_MasterGetStatusFlags(LPI2C_Type *base) in LPI2C_MasterGetStatusFlags() function