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

Macros

#define USART_STOPBITS_1   0x00000000U
#define USART_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)
#define USART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)
#define USART_STOPBITS_1_5   ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))

Detailed Description

Macro Definition Documentation

◆ USART_STOPBITS_0_5

#define USART_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)

Definition at line 206 of file stm32f4xx_hal_usart.h.

◆ USART_STOPBITS_1

#define USART_STOPBITS_1   0x00000000U

Definition at line 205 of file stm32f4xx_hal_usart.h.

◆ USART_STOPBITS_1_5

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

Definition at line 208 of file stm32f4xx_hal_usart.h.

◆ USART_STOPBITS_2

#define USART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)

Definition at line 207 of file stm32f4xx_hal_usart.h.