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
 
#define LL_ISO7816_INTR_PRESENCE   ISO7816_STAT_IRQ_PRESENCE
 
#define LL_ISO7816_INTR_STATE_ERR   ISO7816_STAT_IRQ_STAT_ERR
 
#define LL_ISO7816_INTR_DMA_ERR   ISO7816_STAT_IRQ_DMA_ERR
 
#define LL_ISO7816_INTR_RETRY_ERR   ISO7816_STAT_IRQ_RETRY_ERR
 
#define LL_ISO7816_INTR_RX_ERR   ISO7816_STAT_IRQ_RX_ERR
 
#define LL_ISO7816_INTR_DONE   ISO7816_STAT_IRQ_DONE
 
#define LL_ISO7816_INTR_MASK_ALL   ISO7816_INTR_ALL
 

Detailed Description

Interrupt definitions which can be used with LL_ISO7816_ReadReg and LL_ISO7816_WriteReg functions.

Macro Definition Documentation

◆ LL_ISO7816_INTR_DMA_ERR

#define LL_ISO7816_INTR_DMA_ERR   ISO7816_STAT_IRQ_DMA_ERR

Source dma error interrupt

Definition at line 117 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_INTR_DONE

#define LL_ISO7816_INTR_DONE   ISO7816_STAT_IRQ_DONE

Source done error interrupt

Definition at line 120 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_INTR_MASK_ALL

#define LL_ISO7816_INTR_MASK_ALL   ISO7816_INTR_ALL

All interrupt

Definition at line 122 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_INTR_PRESENCE

#define LL_ISO7816_INTR_PRESENCE   ISO7816_STAT_IRQ_PRESENCE

Source presence interrupt

Definition at line 115 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_INTR_RETRY_ERR

#define LL_ISO7816_INTR_RETRY_ERR   ISO7816_STAT_IRQ_RETRY_ERR

Source retry error interrupt

Definition at line 118 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_INTR_RX_ERR

#define LL_ISO7816_INTR_RX_ERR   ISO7816_STAT_IRQ_RX_ERR

Source rx error interrupt

Definition at line 119 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_INTR_STATE_ERR

#define LL_ISO7816_INTR_STATE_ERR   ISO7816_STAT_IRQ_STAT_ERR

Source state error interrupt

Definition at line 116 of file gr55xx_ll_iso7816.h.

◆ LL_ISO7816_INTR_TEST

#define LL_ISO7816_INTR_TEST   ISO7816_STAT_IRQ_TEST

Test interrupt

Definition at line 114 of file gr55xx_ll_iso7816.h.