Searched refs:LCDIC_ClearInterruptStatus (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lcdic/ |
| D | fsl_lcdic.c | 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() [all …]
|
| D | fsl_lcdic.h | 515 static inline void LCDIC_ClearInterruptStatus(LCDIC_Type *base, uint32_t interrupts) in LCDIC_ClearInterruptStatus() function
|
| D | fsl_lcdic_dma.c | 762 LCDIC_ClearInterruptStatus(base, intStat); in LCDIC_TransferHandleIRQDMA()
|