NXP Reader Library  v17.1.0.2535

Sam macros to configure communication type. The macros to be used if configuration identifier is Communication Type for the below mentioned interfaces. More...

Collaboration diagram for CommunicationType:

Macros

#define PHHAL_HW_SAM_COMMUNICATION_TYPE_TDA   0x01U
 SAM Communication type as TDA. More...
 
#define PHHAL_HW_SAM_COMMUNICATION_TYPE_I2C   0x02U
 SAM Communication type as I2C. More...
 

Detailed Description

Sam macros to configure communication type. The macros to be used if configuration identifier is Communication Type for the below mentioned interfaces.

Macro Definition Documentation

◆ PHHAL_HW_SAM_COMMUNICATION_TYPE_TDA

#define PHHAL_HW_SAM_COMMUNICATION_TYPE_TDA   0x01U

SAM Communication type as TDA.

SAM APDU's will be exchanged via TDA interface.

◆ PHHAL_HW_SAM_COMMUNICATION_TYPE_I2C

#define PHHAL_HW_SAM_COMMUNICATION_TYPE_I2C   0x02U

SAM Communication type as I2C.

SAM APDU's will be exchanged via I2C interface.