Home
last modified time | relevance | path

Searched refs:xferInProgress (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdic/
Dfsl_lcdic.c905 if (handle->xferInProgress) in LCDIC_TransferNonBlocking()
910 handle->xferInProgress = true; in LCDIC_TransferNonBlocking()
958 handle->xferInProgress = false; in LCDIC_TransferNonBlocking()
973 if (handle->xferInProgress) in LCDIC_SendCommandNonBlocking()
978 handle->xferInProgress = true; in LCDIC_SendCommandNonBlocking()
1001 if (handle->xferInProgress) in LCDIC_SendRepeatDataNonBlocking()
1006 handle->xferInProgress = true; in LCDIC_SendRepeatDataNonBlocking()
1019 handle->xferInProgress = false; in LCDIC_SendRepeatDataNonBlocking()
1042 if (handle->xferInProgress) in LCDIC_SendDataArrayNonBlocking()
1047 handle->xferInProgress = true; in LCDIC_SendDataArrayNonBlocking()
[all …]
Dfsl_lcdic_dma.c520 handle->xferInProgress = false; in LCDIC_TransferDoneDMA()
624 if (handle->xferInProgress) in LCDIC_TransferDMA()
629 handle->xferInProgress = true; in LCDIC_TransferDMA()
661 handle->xferInProgress = false; in LCDIC_TransferDMA()
686 if (handle->xferInProgress) in LCDIC_SendDataArrayDMA()
691 handle->xferInProgress = true; in LCDIC_SendDataArrayDMA()
698 handle->xferInProgress = false; in LCDIC_SendDataArrayDMA()
723 if (handle->xferInProgress) in LCDIC_ReadDataArrayDMA()
728 handle->xferInProgress = true; in LCDIC_ReadDataArrayDMA()
735 handle->xferInProgress = false; in LCDIC_ReadDataArrayDMA()
[all …]
Dfsl_lcdic_dma.h38 volatile bool xferInProgress; /*!< Transfer in progress */ member
Dfsl_lcdic.h337 volatile bool xferInProgress; /*!< Transfer in progress. */ member