SC_ATR::T0 is only used within SMARTCARD_T0.
 
Symbols
loading...
Files
loading...

SC_ATR::T0 field

Syntax

uint8_t T0;

References

LocationReferrerText
smartcard.h:96
uint8_t T0; /* High nibble = Number of setup byte; low nibble = Number of historical byte */
smartcard.c:88SC_Handler()
SC_A2R.T0 = 0;
smartcard.c:210SC_PTSConfig()
if((SC_A2R.T0 & (uint8_t)0x10) == 0x10)
smartcard.c:473SC_decode_Answer2reset()
SC_A2R.T0 = card[1]; /* Format character */
smartcard.c:475SC_decode_Answer2reset()
SC_A2R.Hlength = SC_A2R.T0 & (uint8_t)0x0F;
smartcard.c:477SC_decode_Answer2reset()
if ((SC_A2R.T0 & (uint8_t)0x80) == 0x80)
smartcard.c:484SC_decode_Answer2reset()
SC_A2R.Tlength = SC_A2R.Tlength + (((SC_A2R.T0 & (uint8_t)0xF0) >> (4 + i)) & (uint8_t)0x1);
smartcard.c:492SC_decode_Answer2reset()
if ((SC_A2R.T0 & (uint8_t)0x80) == 0x00)

Data Use

Functions writing SC_ATR::T0
Functions reading SC_ATR::T0
SC_ATR::T0
Type of SC_ATR::T0
SC_ATR::T0
uint8_t
all items filtered out