Macros
USART Number of Stop Bits
Collaboration diagram for USART Number of Stop Bits:

Macros

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

Detailed Description

Macro Definition Documentation

◆ USART_STOPBITS_0_5

#define USART_STOPBITS_0_5   USART_CR2_STOP_0

USART frame with 0.5 stop bit

Definition at line 220 of file stm32f7xx_hal_usart.h.

◆ USART_STOPBITS_1

#define USART_STOPBITS_1   0x00000000U

USART frame with 1 stop bit

Definition at line 221 of file stm32f7xx_hal_usart.h.

◆ USART_STOPBITS_1_5

#define USART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)

USART frame with 1.5 stop bits

Definition at line 222 of file stm32f7xx_hal_usart.h.

◆ USART_STOPBITS_2

#define USART_STOPBITS_2   USART_CR2_STOP_1

USART frame with 2 stop bits

Definition at line 223 of file stm32f7xx_hal_usart.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08