Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.c193 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status) in LPI2C_MasterCheckAndClearError() function
265 result = LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterWaitForTxReady()
749 result = LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterStop()
839 result = LPI2C_MasterCheckAndClearError(base, LPI2C_MasterGetStatusFlags(base)); in LPI2C_MasterStop()
1150 result = LPI2C_MasterCheckAndClearError(base, status); in LPI2C_RunTransferStateMachine()
Dfsl_lpi2c_edma.c570 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback()
634 (void)LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterTransferEdmaHandleIRQ()
Dfsl_lpi2c.h534 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status);
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c286 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status) in LPI2C_MasterCheckAndClearError() function
371 result = LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterWaitForTxReady()
842 result = LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterStop()
932 result = LPI2C_MasterCheckAndClearError(base, LPI2C_MasterGetStatusFlags(base)); in LPI2C_MasterStop()
1432 result = LPI2C_MasterCheckAndClearError(base, stateParams.status); in LPI2C_RunTransferStateMachine()
Dfsl_lpi2c_edma.c573 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback()
639 (void)LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterTransferEdmaHandleIRQ()
Dfsl_lpi2c.h549 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status);