STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
SMARTCARD Number of Stop Bits
Collaboration diagram for SMARTCARD Number of Stop Bits:

Macros

#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))

Detailed Description

Macro Definition Documentation

◆ SMARTCARD_STOPBITS_0_5

#define SMARTCARD_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)

Definition at line 267 of file stm32f4xx_hal_smartcard.h.

◆ SMARTCARD_STOPBITS_1_5

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

Definition at line 268 of file stm32f4xx_hal_smartcard.h.