Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c_edma.c507 if ((LPI2C_MasterGetStatusFlags(base) & in LPI2C_MasterTransferAbortEDMA()
530 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback()
553 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterTransferEdmaHandleIRQ()
597 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterTransferEdmaHandleIRQ()
Dfsl_lpi2c.c261 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterWaitForTxReady()
296 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_CheckForBusyBus()
712 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterStop()
805 result = LPI2C_MasterCheckAndClearError(base, LPI2C_MasterGetStatusFlags(base)); in LPI2C_MasterStop()
1067 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_RunTransferStateMachine()
1475 if ((LPI2C_MasterGetStatusFlags(base) & ((uint32_t)kLPI2C_MasterStopDetectFlag | in LPI2C_MasterTransferAbort()
Dfsl_lpi2c.h577 static inline uint32_t LPI2C_MasterGetStatusFlags(LPI2C_Type *base) in LPI2C_MasterGetStatusFlags() function
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.c289 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterWaitForTxReady()
323 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_CheckForBusyBus()
699 uint32_t status = LPI2C_MasterGetStatusFlags(base); in LPI2C_MasterStop()
776 result = LPI2C_MasterCheckAndClearError(base, LPI2C_MasterGetStatusFlags(base)); in LPI2C_MasterReceive()
1024 status = LPI2C_MasterGetStatusFlags(base); in LPI2C_RunTransferStateMachine()
Dfsl_lpi2c.h525 static inline uint32_t LPI2C_MasterGetStatusFlags(LPI2C_Type *base) in LPI2C_MasterGetStatusFlags() function
Dfsl_lpi2c_edma.c502 …status_t result = LPI2C_MasterCheckAndClearError(handle->base, LPI2C_MasterGetStatusFlags(handle->… in LPI2C_MasterEDMACallback()