Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c680 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()
Dfsl_lpi2c_edma.c209 LPI2C_MasterDisableInterrupts(base, kMasterIrqFlags); in LPI2C_MasterTransferEDMA()
Dfsl_lpi2c.h574 static inline void LPI2C_MasterDisableInterrupts(LPI2C_Type *base, uint32_t interruptMask) in LPI2C_MasterDisableInterrupts() function