Macros | |
#define | LL_ISO7816_PWR_STATE_OFF (0x0UL << ISO7816_STAT_PWR_STAT_POS) |
Off More... | |
#define | LL_ISO7816_PWR_STATE_PWRUP_VCC (0x1UL << ISO7816_STAT_PWR_STAT_POS) |
Power up VCC More... | |
#define | LL_ISO7816_PWR_STATE_PWRUP_RST (0x2UL << ISO7816_STAT_PWR_STAT_POS) |
Power up reset More... | |
#define | LL_ISO7816_PWR_STATE_PWRDN_RST (0x3UL << ISO7816_STAT_PWR_STAT_POS) |
Power Down reset More... | |
#define | LL_ISO7816_PWR_STATE_PWRDN_VCC (0x4UL << ISO7816_STAT_PWR_STAT_POS) |
Power Down VCC More... | |
#define | LL_ISO7816_PWR_STATE_STOP_PRE (0x5UL << ISO7816_STAT_PWR_STAT_POS) |
Preparing Clock Stop More... | |
#define | LL_ISO7816_PWR_STATE_STOP (0x6UL << ISO7816_STAT_PWR_STAT_POS) |
Clock Stopped More... | |
#define | LL_ISO7816_PWR_STATE_STOP_POST (0x7UL << ISO7816_STAT_PWR_STAT_POS) |
Exiting Clock Stop More... | |
#define | LL_ISO7816_PWR_STATE_IDLE (0x8UL << ISO7816_STAT_PWR_STAT_POS) |
Idle More... | |
#define | LL_ISO7816_PWR_STATE_RX_TS0 (0x9UL << ISO7816_STAT_PWR_STAT_POS) |
RX TS Character More... | |
#define | LL_ISO7816_PWR_STATE_RX_TS1 (0xAUL << ISO7816_STAT_PWR_STAT_POS) |
RX TS Character More... | |
#define | LL_ISO7816_PWR_STATE_RX (0xBUL << ISO7816_STAT_PWR_STAT_POS) |
Receive More... | |
#define | LL_ISO7816_PWR_STATE_TX (0xCUL << ISO7816_STAT_PWR_STAT_POS) |
Transmit More... | |
#define | LL_ISO7816_PWR_STATE_TX_RX (0xDUL << ISO7816_STAT_PWR_STAT_POS) |
Transmit and Receive More... | |
#define LL_ISO7816_PWR_STATE_IDLE (0x8UL << ISO7816_STAT_PWR_STAT_POS) |
Idle
Definition at line 151 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_OFF (0x0UL << ISO7816_STAT_PWR_STAT_POS) |
Off
Definition at line 143 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_PWRDN_RST (0x3UL << ISO7816_STAT_PWR_STAT_POS) |
Power Down reset
Definition at line 146 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_PWRDN_VCC (0x4UL << ISO7816_STAT_PWR_STAT_POS) |
Power Down VCC
Definition at line 147 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_PWRUP_RST (0x2UL << ISO7816_STAT_PWR_STAT_POS) |
Power up reset
Definition at line 145 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_PWRUP_VCC (0x1UL << ISO7816_STAT_PWR_STAT_POS) |
Power up VCC
Definition at line 144 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_RX (0xBUL << ISO7816_STAT_PWR_STAT_POS) |
Receive
Definition at line 154 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_RX_TS0 (0x9UL << ISO7816_STAT_PWR_STAT_POS) |
RX TS Character
Definition at line 152 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_RX_TS1 (0xAUL << ISO7816_STAT_PWR_STAT_POS) |
RX TS Character
Definition at line 153 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_STOP (0x6UL << ISO7816_STAT_PWR_STAT_POS) |
Clock Stopped
Definition at line 149 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_STOP_POST (0x7UL << ISO7816_STAT_PWR_STAT_POS) |
Exiting Clock Stop
Definition at line 150 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_STOP_PRE (0x5UL << ISO7816_STAT_PWR_STAT_POS) |
Preparing Clock Stop
Definition at line 148 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_TX (0xCUL << ISO7816_STAT_PWR_STAT_POS) |
Transmit
Definition at line 155 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_PWR_STATE_TX_RX (0xDUL << ISO7816_STAT_PWR_STAT_POS) |
Transmit and Receive
Definition at line 156 of file gr55xx_ll_iso7816.h.