STM32F103xB HAL User Manual
Defines
SMARTCARD Number of Stop Bits
SMARTCARD Exported constants

Defines

#define SMARTCARD_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)
#define SMARTCARD_STOPBITS_1_5   ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))

Define Documentation

#define SMARTCARD_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)

Definition at line 268 of file stm32f1xx_hal_smartcard.h.

#define SMARTCARD_STOPBITS_1_5   ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))

Definition at line 269 of file stm32f1xx_hal_smartcard.h.