Macros

#define LL_ISO7816_PWR_STATE_OFF   (0x0UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_PWRUP_VCC   (0x1UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_PWRUP_RST   (0x2UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_PWRDN_RST   (0x3UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_PWRDN_VCC   (0x4UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_STOP_PRE   (0x5UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_STOP   (0x6UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_STOP_POST   (0x7UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_IDLE   (0x8UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_RX_TS0   (0x9UL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_RX_TS1   (0xAUL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_RX   (0xBUL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_TX   (0xCUL << ISO7816_STAT_PWR_STAT_POS)
 
#define LL_ISO7816_PWR_STATE_TX_RX   (0xDUL << ISO7816_STAT_PWR_STAT_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_ISO7816_PWR_STATE_IDLE

#define LL_ISO7816_PWR_STATE_IDLE   (0x8UL << ISO7816_STAT_PWR_STAT_POS)

Idle

Definition at line 154 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_OFF

#define LL_ISO7816_PWR_STATE_OFF   (0x0UL << ISO7816_STAT_PWR_STAT_POS)

Off

Definition at line 146 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_PWRDN_RST

#define LL_ISO7816_PWR_STATE_PWRDN_RST   (0x3UL << ISO7816_STAT_PWR_STAT_POS)

Power Down reset

Definition at line 149 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_PWRDN_VCC

#define LL_ISO7816_PWR_STATE_PWRDN_VCC   (0x4UL << ISO7816_STAT_PWR_STAT_POS)

Power Down VCC

Definition at line 150 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_PWRUP_RST

#define LL_ISO7816_PWR_STATE_PWRUP_RST   (0x2UL << ISO7816_STAT_PWR_STAT_POS)

Power up reset

Definition at line 148 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_PWRUP_VCC

#define LL_ISO7816_PWR_STATE_PWRUP_VCC   (0x1UL << ISO7816_STAT_PWR_STAT_POS)

Power up VCC

Definition at line 147 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_RX

#define LL_ISO7816_PWR_STATE_RX   (0xBUL << ISO7816_STAT_PWR_STAT_POS)

Receive

Definition at line 157 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_RX_TS0

#define LL_ISO7816_PWR_STATE_RX_TS0   (0x9UL << ISO7816_STAT_PWR_STAT_POS)

RX TS Character

Definition at line 155 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_RX_TS1

#define LL_ISO7816_PWR_STATE_RX_TS1   (0xAUL << ISO7816_STAT_PWR_STAT_POS)

RX TS Character

Definition at line 156 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_STOP

#define LL_ISO7816_PWR_STATE_STOP   (0x6UL << ISO7816_STAT_PWR_STAT_POS)

Clock Stopped

Definition at line 152 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_STOP_POST

#define LL_ISO7816_PWR_STATE_STOP_POST   (0x7UL << ISO7816_STAT_PWR_STAT_POS)

Exiting Clock Stop

Definition at line 153 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_STOP_PRE

#define LL_ISO7816_PWR_STATE_STOP_PRE   (0x5UL << ISO7816_STAT_PWR_STAT_POS)

Preparing Clock Stop

Definition at line 151 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_TX

#define LL_ISO7816_PWR_STATE_TX   (0xCUL << ISO7816_STAT_PWR_STAT_POS)

Transmit

Definition at line 158 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_PWR_STATE_TX_RX

#define LL_ISO7816_PWR_STATE_TX_RX   (0xDUL << ISO7816_STAT_PWR_STAT_POS)

Transmit and Receive

Definition at line 159 of file gr55xx_ll_iso7816.h.