Macros | |
#define | LL_ISO7816_IO_STATE_OFF (0x0UL << ISO7816_STAT_IO_STAT_POS) |
Off More... | |
#define | LL_ISO7816_IO_STATE_IDLE (0x1UL << ISO7816_STAT_IO_STAT_POS) |
Idle More... | |
#define | LL_ISO7816_IO_STATE_RX_WAIT (0x4UL << ISO7816_STAT_IO_STAT_POS) |
Receive Wait More... | |
#define | LL_ISO7816_IO_STATE_RX (0x5UL << ISO7816_STAT_IO_STAT_POS) |
Receive More... | |
#define | LL_ISO7816_IO_STATE_TX (0x6UL << ISO7816_STAT_IO_STAT_POS) |
Transmit More... | |
#define | LL_ISO7816_IO_STATE_TX_GUARD (0x7UL << ISO7816_STAT_IO_STAT_POS) |
Transmit Guard More... | |
#define LL_ISO7816_IO_STATE_IDLE (0x1UL << ISO7816_STAT_IO_STAT_POS) |
Idle
Definition at line 133 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_IO_STATE_OFF (0x0UL << ISO7816_STAT_IO_STAT_POS) |
Off
Definition at line 132 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_IO_STATE_RX (0x5UL << ISO7816_STAT_IO_STAT_POS) |
Receive
Definition at line 135 of file gr55xx_ll_iso7816.h.
#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.
#define LL_ISO7816_IO_STATE_TX (0x6UL << ISO7816_STAT_IO_STAT_POS) |
Transmit
Definition at line 136 of file gr55xx_ll_iso7816.h.
#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.