+ Collaboration diagram for Action state.:

Macros

#define LL_ISO7816_ACTION_NONE   0x00000000U
 Do Nothing. More...
 
#define LL_ISO7816_ACTION_OFF   0x00000001U
 Switch Off. More...
 
#define LL_ISO7816_ACTION_STOPCLK   0x00000002U
 Stop the clock. More...
 
#define LL_ISO7816_ACTION_ON   0x00000003U
 Switch on and receive ATR. More...
 
#define LL_ISO7816_ACTION_WARMRST   0x00000004U
 Trigger warm reset and receive ATR. More...
 
#define LL_ISO7816_ACTION_RX   0x00000005U
 Receive. More...
 
#define LL_ISO7816_ACTION_TX   0x00000006U
 Transmit. More...
 
#define LL_ISO7816_ACTION_TXRX   0x00000007U
 Transmit, followed by RX. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_ISO7816_ACTION_NONE

#define LL_ISO7816_ACTION_NONE   0x00000000U

Do Nothing.


Definition at line 97 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_ACTION_OFF

#define LL_ISO7816_ACTION_OFF   0x00000001U

Switch Off.


Definition at line 98 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_ACTION_ON

#define LL_ISO7816_ACTION_ON   0x00000003U

Switch on and receive ATR.


Definition at line 100 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_ACTION_RX

#define LL_ISO7816_ACTION_RX   0x00000005U

Receive.


Definition at line 102 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_ACTION_STOPCLK

#define LL_ISO7816_ACTION_STOPCLK   0x00000002U

Stop the clock.


Definition at line 99 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_ACTION_TX

#define LL_ISO7816_ACTION_TX   0x00000006U

Transmit.


Definition at line 103 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_ACTION_TXRX

#define LL_ISO7816_ACTION_TXRX   0x00000007U

Transmit, followed by RX.


Definition at line 104 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_ACTION_WARMRST

#define LL_ISO7816_ACTION_WARMRST   0x00000004U

Trigger warm reset and receive ATR.

Definition at line 101 of file gr55xx_ll_iso7816.h.