Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c97 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status);
214 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status) in LPI2C_MasterCheckAndClearError() function
279 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()
Dfsl_lpi2c_edma.c81 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()