Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
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.c447 … (uint32_t)kLPI2C_MasterPinLowTimeoutFlag | (uint32_t)kLPI2C_MasterFifoErrFlag); in LPI2C_MasterTransferEDMA()
596 if (0U != (status & (uint32_t)kLPI2C_MasterPinLowTimeoutFlag)) in LPI2C_MasterTransferEdmaHandleIRQ()
Dfsl_lpi2c.c288 if (0U != (status & (uint32_t)kLPI2C_MasterPinLowTimeoutFlag)) in LPI2C_MasterCheckAndClearError()