Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.c991 LPI2C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in LPI2C_MasterTransferCreateHandle()
1077 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_RunTransferStateMachine()
1103 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_RunTransferStateMachine()
1288 LPI2C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in LPI2C_MasterTransferNonBlocking()
1342 LPI2C_MasterDisableInterrupts(base, irqs); in LPI2C_MasterTransferGetCount()
1388 LPI2C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in LPI2C_MasterTransferAbort()
1446 LPI2C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in LPI2C_MasterTransferHandleIRQ()
Dfsl_lpi2c.h585 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() function
Dfsl_lpi2c_edma.c244 LPI2C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in LPI2C_MasterTransferEDMA()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.c1034 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferCreateHandle()
1117LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_RunTransferStateMachine()
1160 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterTxReadyFlag); in LPI2C_RunTransferStateMachine()
1364 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferNonBlocking()
1422 LPI2C_MasterDisableInterrupts(base, irqs); in LPI2C_MasterTransferGetCount()
1469 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferAbort()
1518 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferHandleIRQ()
Dfsl_lpi2c_edma.c267 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferEDMA()
504 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferAbortEDMA()
567 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferEdmaHandleIRQ()
Dfsl_lpi2c.h637 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() function