Interrupt definitions which can be used with LL_ISO7816_ReadReg and LL_ISO7816_WriteReg functions. More...
Macros | |
#define | LL_ISO7816_INTR_TEST ISO7816_STAT_IRQ_TEST |
Test interrupt More... | |
#define | LL_ISO7816_INTR_PRESENCE ISO7816_STAT_IRQ_PRESENCE |
Source presence interrupt More... | |
#define | LL_ISO7816_INTR_STATE_ERR ISO7816_STAT_IRQ_STAT_ERR |
Source state error interrupt More... | |
#define | LL_ISO7816_INTR_DMA_ERR ISO7816_STAT_IRQ_DMA_ERR |
Source dma error interrupt More... | |
#define | LL_ISO7816_INTR_RETRY_ERR ISO7816_STAT_IRQ_RETRY_ERR |
Source retry error interrupt More... | |
#define | LL_ISO7816_INTR_RX_ERR ISO7816_STAT_IRQ_RX_ERR |
Source rx error interrupt More... | |
#define | LL_ISO7816_INTR_DONE ISO7816_STAT_IRQ_DONE |
Source done error interrupt More... | |
#define | LL_ISO7816_INTR_MASK_ALL ISO7816_INTR_ALL |
All interrupt. More... | |
Interrupt definitions which can be used with LL_ISO7816_ReadReg and LL_ISO7816_WriteReg functions.
#define LL_ISO7816_INTR_DMA_ERR ISO7816_STAT_IRQ_DMA_ERR |
Source dma error interrupt
Definition at line 114 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_INTR_DONE ISO7816_STAT_IRQ_DONE |
Source done error interrupt
Definition at line 117 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_INTR_MASK_ALL ISO7816_INTR_ALL |
All interrupt.
Definition at line 119 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_INTR_PRESENCE ISO7816_STAT_IRQ_PRESENCE |
Source presence interrupt
Definition at line 112 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_INTR_RETRY_ERR ISO7816_STAT_IRQ_RETRY_ERR |
Source retry error interrupt
Definition at line 115 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_INTR_RX_ERR ISO7816_STAT_IRQ_RX_ERR |
Source rx error interrupt
Definition at line 116 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_INTR_STATE_ERR ISO7816_STAT_IRQ_STAT_ERR |
Source state error interrupt
Definition at line 113 of file gr55xx_ll_iso7816.h.
#define LL_ISO7816_INTR_TEST ISO7816_STAT_IRQ_TEST |
Test interrupt
Definition at line 111 of file gr55xx_ll_iso7816.h.