Macros

#define LL_ISO7816_IO_STATE_OFF   (0x0UL << ISO7816_STAT_IO_STAT_POS)
 
#define LL_ISO7816_IO_STATE_IDLE   (0x1UL << ISO7816_STAT_IO_STAT_POS)
 
#define LL_ISO7816_IO_STATE_RX_WAIT   (0x4UL << ISO7816_STAT_IO_STAT_POS)
 
#define LL_ISO7816_IO_STATE_RX   (0x5UL << ISO7816_STAT_IO_STAT_POS)
 
#define LL_ISO7816_IO_STATE_TX   (0x6UL << ISO7816_STAT_IO_STAT_POS)
 
#define LL_ISO7816_IO_STATE_TX_GUARD   (0x7UL << ISO7816_STAT_IO_STAT_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_ISO7816_IO_STATE_IDLE

#define LL_ISO7816_IO_STATE_IDLE   (0x1UL << ISO7816_STAT_IO_STAT_POS)

Idle

Definition at line 133 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_IO_STATE_OFF

#define LL_ISO7816_IO_STATE_OFF   (0x0UL << ISO7816_STAT_IO_STAT_POS)

Off

Definition at line 132 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_IO_STATE_RX

#define LL_ISO7816_IO_STATE_RX   (0x5UL << ISO7816_STAT_IO_STAT_POS)

Receive

Definition at line 135 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_IO_STATE_RX_WAIT

#define LL_ISO7816_IO_STATE_RX_WAIT   (0x4UL << ISO7816_STAT_IO_STAT_POS)

Receive Wait

Definition at line 134 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_IO_STATE_TX

#define LL_ISO7816_IO_STATE_TX   (0x6UL << ISO7816_STAT_IO_STAT_POS)

Transmit

Definition at line 136 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_IO_STATE_TX_GUARD

#define LL_ISO7816_IO_STATE_TX_GUARD   (0x7UL << ISO7816_STAT_IO_STAT_POS)

Transmit Guard

Definition at line 137 of file gr55xx_ll_iso7816.h.