Prusa MINI Firmware overview
UART Number of Stop Bits
Collaboration diagram for UART Number of Stop Bits:

Macros

#define UART_STOPBITS_1   0x00000000U
 
#define UART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)
 

Detailed Description

Macro Definition Documentation

◆ UART_STOPBITS_1

#define UART_STOPBITS_1   0x00000000U

◆ UART_STOPBITS_2

#define UART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)