Searched refs:LPI2C_MasterCheckAndClearError (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
| D | fsl_lpi2c.c | 193 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()
|
| D | fsl_lpi2c_edma.c | 570 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback() 634 (void)LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterTransferEdmaHandleIRQ()
|
| D | fsl_lpi2c.h | 534 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/ |
| D | fsl_lpi2c.c | 286 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()
|
| D | fsl_lpi2c_edma.c | 573 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback() 639 (void)LPI2C_MasterCheckAndClearError(base, status); in LPI2C_MasterTransferEdmaHandleIRQ()
|
| D | fsl_lpi2c.h | 549 status_t LPI2C_MasterCheckAndClearError(LPI2C_Type *base, uint32_t status);
|