Searched refs:LPI2C_MasterDisableInterrupts (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_lpi2c.c | 991 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()
|
D | fsl_lpi2c.h | 585 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() function
|
D | fsl_lpi2c_edma.c | 244 LPI2C_MasterDisableInterrupts(base, (uint32_t)kMasterIrqFlags); in LPI2C_MasterTransferEDMA()
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_lpi2c.c | 1034 LPI2C_MasterDisableInterrupts(base, (uint32_t)kLPI2C_MasterIrqFlags); in LPI2C_MasterTransferCreateHandle() 1117 … LPI2C_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()
|
D | fsl_lpi2c_edma.c | 267 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()
|
D | fsl_lpi2c.h | 637 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() function
|