Lines Matching refs:LCDIC_ClearInterruptStatus
210 LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_AllInterrupt); in LCDIC_Init()
329 LCDIC_ClearInterruptStatus(base, in LCDIC_WriteTxFifoBlocking()
337 LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_TxOverflowInterrupt); in LCDIC_WriteTxFifoBlocking()
375 LCDIC_ClearInterruptStatus(base, in LCDIC_ReadRxFifoBlocking()
383 LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_RxUnderflowInterrupt); in LCDIC_ReadRxFifoBlocking()
468 …LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_CmdDoneInterrupt | (uint32_t)kLCDIC_CmdTimeoutIn… in LCDIC_WaitCmdComplete()
1130 LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_TxOverflowInterrupt); in LCDIC_TransferHandleIRQSendArray()
1144 LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_TxOverflowInterrupt); in LCDIC_TransferHandleIRQSendArray()
1169 LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_RxUnderflowInterrupt); in LCDIC_TransferHandleIRQReceiveArray()
1183 LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_RxUnderflowInterrupt); in LCDIC_TransferHandleIRQReceiveArray()
1214 LCDIC_ClearInterruptStatus(base, intStat); in LCDIC_TransferHandleIRQ()
1302 LCDIC_ClearInterruptStatus(base, (uint32_t)kLCDIC_ResetDoneInterrupt); in LCDIC_DriverISR()