Macros
Collaboration diagram for UART Number of Stop Bits:

Macros

#define UART_STOPBITS_0_5   USART_CR2_STOP_0
 
#define UART_STOPBITS_0_5   USART_CR2_STOP_0
 
#define UART_STOPBITS_0_5   USART_CR2_STOP_0
 
#define UART_STOPBITS_1   0x00000000U
 
#define UART_STOPBITS_1   0x00000000U
 
#define UART_STOPBITS_1   0x00000000U
 
#define UART_STOPBITS_1   0x00000000U
 
#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)
 
#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)
 
#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)
 
#define UART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)
 
#define UART_STOPBITS_2   USART_CR2_STOP_1
 
#define UART_STOPBITS_2   USART_CR2_STOP_1
 
#define UART_STOPBITS_2   USART_CR2_STOP_1
 

Detailed Description

Macro Definition Documentation

◆ UART_STOPBITS_0_5 [1/3]

#define UART_STOPBITS_0_5   USART_CR2_STOP_0

UART frame with 0.5 stop bit

Definition at line 325 of file stm32f7xx_hal_uart.h.

◆ UART_STOPBITS_0_5 [2/3]

#define UART_STOPBITS_0_5   USART_CR2_STOP_0

UART frame with 0.5 stop bit

Definition at line 347 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h.

◆ UART_STOPBITS_0_5 [3/3]

#define UART_STOPBITS_0_5   USART_CR2_STOP_0

UART frame with 0.5 stop bit

Definition at line 368 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h.

◆ UART_STOPBITS_1 [1/4]

#define UART_STOPBITS_1   0x00000000U

Definition at line 256 of file stm32f4xx_hal_uart.h.

◆ UART_STOPBITS_1 [2/4]

#define UART_STOPBITS_1   0x00000000U

UART frame with 1 stop bit

Definition at line 326 of file stm32f7xx_hal_uart.h.

◆ UART_STOPBITS_1 [3/4]

#define UART_STOPBITS_1   0x00000000U

UART frame with 1 stop bit

Definition at line 348 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h.

◆ UART_STOPBITS_1 [4/4]

#define UART_STOPBITS_1   0x00000000U

UART frame with 1 stop bit

Definition at line 369 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h.

◆ UART_STOPBITS_1_5 [1/3]

#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)

UART frame with 1.5 stop bits

Definition at line 327 of file stm32f7xx_hal_uart.h.

◆ UART_STOPBITS_1_5 [2/3]

#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)

UART frame with 1.5 stop bits

Definition at line 349 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h.

◆ UART_STOPBITS_1_5 [3/3]

#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)

UART frame with 1.5 stop bits

Definition at line 370 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h.

◆ UART_STOPBITS_2 [1/4]

#define UART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)

Definition at line 257 of file stm32f4xx_hal_uart.h.

◆ UART_STOPBITS_2 [2/4]

#define UART_STOPBITS_2   USART_CR2_STOP_1

UART frame with 2 stop bits

Definition at line 328 of file stm32f7xx_hal_uart.h.

◆ UART_STOPBITS_2 [3/4]

#define UART_STOPBITS_2   USART_CR2_STOP_1

UART frame with 2 stop bits

Definition at line 350 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h.

◆ UART_STOPBITS_2 [4/4]

#define UART_STOPBITS_2   USART_CR2_STOP_1

UART frame with 2 stop bits

Definition at line 371 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_uart.h.



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