Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_edma.c286 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferEDMA()
530 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferAbortEDMA()
593 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferEdmaHandleIRQ()
Dfsl_lpi2c.c1153 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferCreateHandle()
1194 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_TransferStateMachineSendCommand()
1252 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_TransferStateMachineReadCommand()
1558 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferNonBlocking()
1616 LPI2C_MasterDisableInterrupts(base, irqs); in LPI2C_MasterTransferGetCount()
1663 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferAbort()
1712 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferHandleIRQ()
Dfsl_lpi2c.h639 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() function