Macros

#define HAL_ISO7816_PWR_STATE_OFF   LL_ISO7816_PWR_STATE_OFF
 
#define HAL_ISO7816_PWR_STATE_PWRUP_VCC   LL_ISO7816_PWR_STATE_PWRUP_VCC
 
#define HAL_ISO7816_PWR_STATE_PWRUP_RST   LL_ISO7816_PWR_STATE_PWRUP_RST
 
#define HAL_ISO7816_PWR_STATE_PWRDN_RST   LL_ISO7816_PWR_STATE_PWRDN_RST
 
#define HAL_ISO7816_PWR_STATE_PWRDN_VCC   LL_ISO7816_PWR_STATE_PWRDN_VCC
 
#define HAL_ISO7816_PWR_STATE_STOP_PRE   LL_ISO7816_PWR_STATE_STOP_PRE
 
#define HAL_ISO7816_PWR_STATE_STOP   LL_ISO7816_PWR_STATE_STOP
 
#define HAL_ISO7816_PWR_STATE_STOP_POST   LL_ISO7816_PWR_STATE_STOP_POST
 
#define HAL_ISO7816_PWR_STATE_IDLE   LL_ISO7816_PWR_STATE_IDLE
 
#define HAL_ISO7816_PWR_STATE_RX_TS0   LL_ISO7816_PWR_STATE_RX_TS0
 
#define HAL_ISO7816_PWR_STATE_RX_TS1   LL_ISO7816_PWR_STATE_RX_TS1
 
#define HAL_ISO7816_PWR_STATE_RX   LL_ISO7816_PWR_STATE_RX
 
#define HAL_ISO7816_PWR_STATE_TX   LL_ISO7816_PWR_STATE_TX
 
#define HAL_ISO7816_PWR_STATE_TX_RX   LL_ISO7816_PWR_STATE_TX_RX
 

Detailed Description

Macro Definition Documentation

◆ HAL_ISO7816_PWR_STATE_IDLE

#define HAL_ISO7816_PWR_STATE_IDLE   LL_ISO7816_PWR_STATE_IDLE

Idle

Definition at line 252 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_OFF

#define HAL_ISO7816_PWR_STATE_OFF   LL_ISO7816_PWR_STATE_OFF

Off

Definition at line 244 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_PWRDN_RST

#define HAL_ISO7816_PWR_STATE_PWRDN_RST   LL_ISO7816_PWR_STATE_PWRDN_RST

Power Down reset

Definition at line 247 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_PWRDN_VCC

#define HAL_ISO7816_PWR_STATE_PWRDN_VCC   LL_ISO7816_PWR_STATE_PWRDN_VCC

Power Down VCC

Definition at line 248 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_PWRUP_RST

#define HAL_ISO7816_PWR_STATE_PWRUP_RST   LL_ISO7816_PWR_STATE_PWRUP_RST

Power up reset

Definition at line 246 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_PWRUP_VCC

#define HAL_ISO7816_PWR_STATE_PWRUP_VCC   LL_ISO7816_PWR_STATE_PWRUP_VCC

Power up VCC

Definition at line 245 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_RX

#define HAL_ISO7816_PWR_STATE_RX   LL_ISO7816_PWR_STATE_RX

Receive

Definition at line 255 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_RX_TS0

#define HAL_ISO7816_PWR_STATE_RX_TS0   LL_ISO7816_PWR_STATE_RX_TS0

RX TS Character

Definition at line 253 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_RX_TS1

#define HAL_ISO7816_PWR_STATE_RX_TS1   LL_ISO7816_PWR_STATE_RX_TS1

RX TS Character

Definition at line 254 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_STOP

#define HAL_ISO7816_PWR_STATE_STOP   LL_ISO7816_PWR_STATE_STOP

Clock Stopped

Definition at line 250 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_STOP_POST

#define HAL_ISO7816_PWR_STATE_STOP_POST   LL_ISO7816_PWR_STATE_STOP_POST

Exiting Clock Stop

Definition at line 251 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_STOP_PRE

#define HAL_ISO7816_PWR_STATE_STOP_PRE   LL_ISO7816_PWR_STATE_STOP_PRE

Preparing Clock Stop

Definition at line 249 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_TX

#define HAL_ISO7816_PWR_STATE_TX   LL_ISO7816_PWR_STATE_TX

Transmit

Definition at line 256 of file gr55xx_hal_iso7816.h.

◆ HAL_ISO7816_PWR_STATE_TX_RX

#define HAL_ISO7816_PWR_STATE_TX_RX   LL_ISO7816_PWR_STATE_TX_RX

Transmit and Receive

Definition at line 257 of file gr55xx_hal_iso7816.h.