STM32F439xx HAL User Manual
Defines
SMARTCARD Clock Polarity
SMARTCARD Exported constants

Defines

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

Define Documentation

#define SMARTCARD_POLARITY_HIGH   ((uint32_t)USART_CR2_CPOL)

Definition at line 267 of file stm32f4xx_hal_smartcard.h.

#define SMARTCARD_POLARITY_LOW   0x00000000U

Definition at line 266 of file stm32f4xx_hal_smartcard.h.