Macros | |
#define | LL_ISO7816_ACTION_NONE 0x00000000U |
#define | LL_ISO7816_ACTION_OFF 0x00000001U |
#define | LL_ISO7816_ACTION_STOPCLK 0x00000002U |
#define | LL_ISO7816_ACTION_ON 0x00000003U |
#define | LL_ISO7816_ACTION_WARMRST 0x00000004U |
#define | LL_ISO7816_ACTION_RX 0x00000005U |
#define | LL_ISO7816_ACTION_TX 0x00000006U |
#define | LL_ISO7816_ACTION_TXRX 0x00000007U |
#define LL_ISO7816_ACTION_NONE 0x00000000U |
Do Nothing.
Definition at line 97 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_ACTION_OFF 0x00000001U |
Switch Off.
Definition at line 98 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_ACTION_ON 0x00000003U |
Switch on and receive ATR.
Definition at line 100 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_ACTION_RX 0x00000005U |
Receive.
Definition at line 102 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_ACTION_STOPCLK 0x00000002U |
Stop the clock.
Definition at line 99 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_ACTION_TX 0x00000006U |
Transmit.
Definition at line 103 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_ACTION_TXRX 0x00000007U |
Transmit, followed by RX.
Definition at line 104 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_ACTION_WARMRST 0x00000004U |
Trigger warm reset and receive ATR.
Definition at line 101 of file gr55xx_ll_iso7816.h.