Searched refs:GTN (Results 1 – 3 of 3) sorted by relevance
262 context->cardParams.GTN = 0x00u; in SMARTCARD_USIM_SetTransferType()277 … context->cardParams.GTN = (context->cardParams.GTN == 0xFFu) ? 0x00u : context->cardParams.GTN; in SMARTCARD_USIM_SetTransferType()278 base->EGTR = context->cardParams.GTN; in SMARTCARD_USIM_SetTransferType()303 … context->cardParams.GTN = (context->cardParams.GTN == 0xFFu) ? 0x00u : context->cardParams.GTN; in SMARTCARD_USIM_SetTransferType()304 base->EGTR = context->cardParams.GTN; in SMARTCARD_USIM_SetTransferType()338 …context->cardParams.GTN = (context->cardParams.GTN == 0xFFu) ? 0x00u : (context->cardParams.GTN + … in SMARTCARD_USIM_SetTransferType()339 base->EGTR = context->cardParams.GTN; in SMARTCARD_USIM_SetTransferType()437 cardParams->GTN = 0x00u; in SMARTCARD_USIM_GetDefaultConfig()
152 base->TX_GETU = context->cardParams.GTN; in smartcard_emvsim_StartSendData()262 context->cardParams.GTN = 0x00u; in smartcard_emvsim_SetTransferType()274 base->TX_GETU = context->cardParams.GTN; in smartcard_emvsim_SetTransferType()306 … context->cardParams.GTN = (context->cardParams.GTN == 0xFFu) ? 0x00u : context->cardParams.GTN; in smartcard_emvsim_SetTransferType()307 base->TX_GETU = context->cardParams.GTN; in smartcard_emvsim_SetTransferType()363 base->TX_GETU = context->cardParams.GTN; in smartcard_emvsim_SetTransferType()399 cardParams->GTN = 0x00u; in SMARTCARD_EMVSIM_GetDefaultConfig()
174 uint8_t GTN; /*!< 8 bits GTN - extended guard time integer */ member