Searched refs:xIsBusy (Results 1 – 3 of 3) sorted by relevance
128 context->xIsBusy = false; in SMARTCARD_USIM_CompleteSendData()162 context->xIsBusy = false; in SMARTCARD_USIM_CompleteReceiveData()182 context->xIsBusy = true; in SMARTCARD_USIM_StartSendData()211 context->xIsBusy = true; in SMARTCARD_USIM_StartReceiveData()618 if (context->xIsBusy) in SMARTCARD_USIM_GetTransferRemainingBytes()655 if ((!context->xIsBusy)) in SMARTCARD_USIM_AbortTransfer()706 if (context->xIsBusy) in SMARTCARD_USIM_IRQHandler()740 if (context->xIsBusy) in SMARTCARD_USIM_IRQHandler()763 if ((context->xIsBusy) && (context->direction == kSMARTCARD_Receive)) in SMARTCARD_USIM_IRQHandler()787 if (context->xIsBusy) in SMARTCARD_USIM_IRQHandler()[all …]
91 context->xIsBusy = false; in smartcard_emvsim_CompleteSendData()125 context->xIsBusy = false; in smartcard_emvsim_CompleteReceiveData()175 context->xIsBusy = true; in smartcard_emvsim_StartSendData()201 context->xIsBusy = true; in smartcard_emvsim_StartReceiveData()598 if (context->xIsBusy) in SMARTCARD_EMVSIM_GetTransferRemainingBytes()635 if ((!context->xIsBusy)) in SMARTCARD_EMVSIM_AbortTransfer()759 if (context->xIsBusy) in SMARTCARD_EMVSIM_IRQHandler()785 if (context->xIsBusy) in SMARTCARD_EMVSIM_IRQHandler()815 if (context->xIsBusy) in SMARTCARD_EMVSIM_IRQHandler()
245 volatile bool xIsBusy; /*!< True if there is an active transfer. */ member