Searched refs:xferInProgress (Results 1 – 4 of 4) sorted by relevance
905 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 …]
520 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 …]
38 volatile bool xferInProgress; /*!< Transfer in progress */ member
337 volatile bool xferInProgress; /*!< Transfer in progress. */ member