Home
last modified time | relevance | path

Searched refs:kSMARTCARD_Transmit (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_usim.c584 else if (kSMARTCARD_Transmit == xfer->direction) in SMARTCARD_USIM_TransferNonBlocking()
620 if (context->direction == kSMARTCARD_Transmit) in SMARTCARD_USIM_GetTransferRemainingBytes()
664 else if (kSMARTCARD_Transmit == context->direction) in SMARTCARD_USIM_AbortTransfer()
Dfsl_smartcard_emvsim.c564 else if (kSMARTCARD_Transmit == xfer->direction) in SMARTCARD_EMVSIM_TransferNonBlocking()
600 if (context->direction == kSMARTCARD_Transmit) in SMARTCARD_EMVSIM_GetTransferRemainingBytes()
644 else if (kSMARTCARD_Transmit == context->direction) in SMARTCARD_EMVSIM_AbortTransfer()
Dfsl_smartcard.h152 kSMARTCARD_Transmit = 1u enumerator