STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
SMARTCARD Interrupt definition

Macros

#define SMARTCARD_IT_PE   ((uint16_t)0x0028U)
 
#define SMARTCARD_IT_TXE   ((uint16_t)0x0727U)
 
#define SMARTCARD_IT_TC   ((uint16_t)0x0626U)
 
#define SMARTCARD_IT_RXNE   ((uint16_t)0x0525U)
 
#define SMARTCARD_IT_IDLE   ((uint16_t)0x0424U)
 
#define SMARTCARD_IT_ERR   ((uint16_t)0x0060U)
 
#define SMARTCARD_IT_ORE   ((uint16_t)0x0300U)
 
#define SMARTCARD_IT_NE   ((uint16_t)0x0200U)
 
#define SMARTCARD_IT_FE   ((uint16_t)0x0100U)
 
#define SMARTCARD_IT_EOB   ((uint16_t)0x0C3BU)
 
#define SMARTCARD_IT_RTO   ((uint16_t)0x0B3AU)
 

Detailed Description

Elements values convention: 0000ZZZZ0XXYYYYYb

Macro Definition Documentation

#define SMARTCARD_IT_EOB   ((uint16_t)0x0C3BU)

Definition at line 514 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_ERR   ((uint16_t)0x0060U)

Definition at line 509 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_FE   ((uint16_t)0x0100U)

Definition at line 512 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_IDLE   ((uint16_t)0x0424U)

Definition at line 508 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_NE   ((uint16_t)0x0200U)

Definition at line 511 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_ORE   ((uint16_t)0x0300U)

Definition at line 510 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_PE   ((uint16_t)0x0028U)

Definition at line 504 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_RTO   ((uint16_t)0x0B3AU)

Definition at line 515 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_RXNE   ((uint16_t)0x0525U)

Definition at line 507 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_TC   ((uint16_t)0x0626U)

Definition at line 506 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_IT_TXE   ((uint16_t)0x0727U)

Definition at line 505 of file stm32f7xx_hal_smartcard.h.