STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define SMARTCARD_POLARITY_LOW   ((uint32_t)0x0000U)
 
#define SMARTCARD_POLARITY_HIGH   ((uint32_t)USART_CR2_CPOL)
 

Detailed Description

Macro Definition Documentation

#define SMARTCARD_POLARITY_HIGH   ((uint32_t)USART_CR2_CPOL)

Definition at line 331 of file stm32f7xx_hal_smartcard.h.

#define SMARTCARD_POLARITY_LOW   ((uint32_t)0x0000U)

Definition at line 330 of file stm32f7xx_hal_smartcard.h.