STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
USART Number of Stop Bits

Macros

#define USART_STOPBITS_1   ((uint32_t)0x0000U)
 
#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

#define USART_STOPBITS_1   ((uint32_t)0x0000U)

Definition at line 191 of file stm32f7xx_hal_usart.h.

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

Definition at line 193 of file stm32f7xx_hal_usart.h.

#define USART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)

Definition at line 192 of file stm32f7xx_hal_usart.h.