Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.h85 kLPI2C_MasterPinLowTimeoutFlag = LPI2C_MSR_PLTF_MASK, /*!< Pin low timeout flag */ enumerator
93 kLPI2C_MasterPinLowTimeoutFlag | kLPI2C_MasterDataMatchFlag,
96 … kLPI2C_MasterStopDetectFlag | kLPI2C_MasterNackDetectFlag | kLPI2C_MasterPinLowTimeoutFlag |
100 kLPI2C_MasterFifoErrFlag | kLPI2C_MasterPinLowTimeoutFlag
Dfsl_lpi2c_edma.c421 … (uint32_t)kLPI2C_MasterPinLowTimeoutFlag | (uint32_t)kLPI2C_MasterFifoErrFlag); in LPI2C_MasterTransferEDMA()
570 if (0U != (status & (uint32_t)kLPI2C_MasterPinLowTimeoutFlag)) in LPI2C_MasterTransferEdmaHandleIRQ()
Dfsl_lpi2c.c200 if (0U != (status & (uint32_t)kLPI2C_MasterPinLowTimeoutFlag)) in LPI2C_MasterCheckAndClearError()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c_edma.c30 … kLPI2C_MasterArbitrationLostFlag | kLPI2C_MasterFifoErrFlag | kLPI2C_MasterPinLowTimeoutFlag |
35 … kLPI2C_MasterStopDetectFlag | kLPI2C_MasterNackDetectFlag | kLPI2C_MasterPinLowTimeoutFlag |
40 kLPI2C_MasterPinLowTimeoutFlag,
Dfsl_lpi2c.c27 … kLPI2C_MasterArbitrationLostFlag | kLPI2C_MasterFifoErrFlag | kLPI2C_MasterPinLowTimeoutFlag |
32 … kLPI2C_MasterStopDetectFlag | kLPI2C_MasterNackDetectFlag | kLPI2C_MasterPinLowTimeoutFlag |
37 kLPI2C_MasterPinLowTimeoutFlag,
227 if (0U != (status & (uint32_t)kLPI2C_MasterPinLowTimeoutFlag)) in LPI2C_MasterCheckAndClearError()
Dfsl_lpi2c.h85 kLPI2C_MasterPinLowTimeoutFlag = LPI2C_MSR_PLTF_MASK, /*!< Pin low timeout flag */ enumerator