Searched refs:kLPI2C_MasterTxReadyFlag (Results 1 – 4 of 4) sorted by relevance
78 kLPI2C_MasterTxReadyFlag = LPI2C_MSR_TDF_MASK, /*!< Transmit data flag */ enumerator95 …kLPI2C_MasterIrqFlags = kLPI2C_MasterArbitrationLostFlag | kLPI2C_MasterTxReadyFlag | kLPI2C_Maste…
846 (0U != (status & (uint32_t)kLPI2C_MasterTxReadyFlag))) in LPI2C_MasterStop()1228 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_TransferStateMachineSendCommand()1286 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_TransferStateMachineReadCommand()
753 (0U != (status & (uint32_t)kLPI2C_MasterTxReadyFlag))) in LPI2C_MasterStop()1189 … LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_RunTransferStateMachine()1238 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_RunTransferStateMachine()