Bouffalo SDK  1.0
Bouffalolab Software Development Kit
uart stop bits definition
Collaboration diagram for uart stop bits definition:

Macros

#define UART_STOP_BITS_0_5   0
 
#define UART_STOP_BITS_1   1
 
#define UART_STOP_BITS_1_5   2
 
#define UART_STOP_BITS_2   3
 

Detailed Description

Macro Definition Documentation

◆ UART_STOP_BITS_0_5

#define UART_STOP_BITS_0_5   0

Definition at line 39 of file bflb_uart.h.

◆ UART_STOP_BITS_1

#define UART_STOP_BITS_1   1

Definition at line 40 of file bflb_uart.h.

◆ UART_STOP_BITS_1_5

#define UART_STOP_BITS_1_5   2

Definition at line 41 of file bflb_uart.h.

◆ UART_STOP_BITS_2

#define UART_STOP_BITS_2   3

Definition at line 42 of file bflb_uart.h.