Lines Matching refs:xferInProgress
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()
1065 handle->xferInProgress = false; in LCDIC_SendDataArrayNonBlocking()
1087 if (handle->xferInProgress) in LCDIC_ReadDataArrayNonBlocking()
1092 handle->xferInProgress = true; in LCDIC_ReadDataArrayNonBlocking()
1108 handle->xferInProgress = false; in LCDIC_ReadDataArrayNonBlocking()
1211 if (lcdicHandle->xferInProgress) in LCDIC_TransferHandleIRQ()
1258 lcdicHandle->xferInProgress = false; in LCDIC_TransferHandleIRQ()