Searched refs:LCDIC_DisableInterrupts (Results 1 – 3 of 3) sorted by relevance
211 LCDIC_DisableInterrupts(base, (uint32_t)kLCDIC_AllInterrupt); in LCDIC_Init()1253 …LCDIC_DisableInterrupts(base, (uint32_t)kLCDIC_CmdDoneInterrupt | (uint32_t)kLCDIC_TeTimeoutInterr… in LCDIC_TransferHandleIRQ()
477 static inline void LCDIC_DisableInterrupts(LCDIC_Type *base, uint32_t interrupts) in LCDIC_DisableInterrupts() function
515 …LCDIC_DisableInterrupts(lcdic, (uint32_t)kLCDIC_CmdDoneInterrupt | (uint32_t)kLCDIC_TeTimeoutInter… in LCDIC_TransferDoneDMA()