Searched refs:LPI2C_MasterDisableInterrupts (Results 1 – 3 of 3) sorted by relevance
680 LPI2C_MasterDisableInterrupts(base, kMasterIrqFlags); in LPI2C_MasterTransferCreateHandle()753 LPI2C_MasterDisableInterrupts(base, kLPI2C_MasterTxReadyFlag); in LPI2C_RunTransferStateMachine()780 LPI2C_MasterDisableInterrupts(base, kLPI2C_MasterTxReadyFlag); in LPI2C_RunTransferStateMachine()951 LPI2C_MasterDisableInterrupts(base, kMasterIrqFlags); in LPI2C_MasterTransferNonBlocking()994 LPI2C_MasterDisableInterrupts(base, irqs); in LPI2C_MasterTransferGetCount()1028 LPI2C_MasterDisableInterrupts(base, kMasterIrqFlags); in LPI2C_MasterTransferAbort()1066 LPI2C_MasterDisableInterrupts(base, kMasterIrqFlags); in LPI2C_MasterTransferHandleIRQ()
209 LPI2C_MasterDisableInterrupts(base, kMasterIrqFlags); in LPI2C_MasterTransferEDMA()
574 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() function