C
#define SC_T0ProtocolType (((scTD1 & 0x0F) == 0x00)?TRUE:FALSE)
Description
Returns '1' if T=0 protocol is supported & Returns 0 otherwise
#define SC_T0ProtocolType (((scTD1 & 0x0F) == 0x00)?TRUE:FALSE)
Returns '1' if T=0 protocol is supported & Returns 0 otherwise