Searched refs:kLPI2C_MasterPinLowTimeoutFlag (Results 1 – 3 of 3) sorted by relevance
85 kLPI2C_MasterPinLowTimeoutFlag = LPI2C_MSR_PLTF_MASK, /*!< Pin low timeout flag */ enumerator93 kLPI2C_MasterPinLowTimeoutFlag | kLPI2C_MasterDataMatchFlag,96 … kLPI2C_MasterStopDetectFlag | kLPI2C_MasterNackDetectFlag | kLPI2C_MasterPinLowTimeoutFlag |100 kLPI2C_MasterFifoErrFlag | kLPI2C_MasterPinLowTimeoutFlag
447 … (uint32_t)kLPI2C_MasterPinLowTimeoutFlag | (uint32_t)kLPI2C_MasterFifoErrFlag); in LPI2C_MasterTransferEDMA()596 if (0U != (status & (uint32_t)kLPI2C_MasterPinLowTimeoutFlag)) in LPI2C_MasterTransferEdmaHandleIRQ()
288 if (0U != (status & (uint32_t)kLPI2C_MasterPinLowTimeoutFlag)) in LPI2C_MasterCheckAndClearError()