Silicon Labs Host Libraries
The number of stop bits for UART communication

HidUart_SetUartConfig() The number of stop bits for UART communication More...

Macros

#define HID_UART_SHORT_STOP_BIT   0x00
 1 stop bit More...
 
#define HID_UART_LONG_STOP_BIT   0x01
 5 data bits: 1.5 stop bits; 6 - 8 data bits : 2 stop bits More...
 

Detailed Description

HidUart_SetUartConfig() The number of stop bits for UART communication

Stop Bits Short = 1 stop bit Long = 1.5 stop bits (5 data bits) = 2 stop bits (6-8 data bits)

Macro Definition Documentation

◆ HID_UART_LONG_STOP_BIT

#define HID_UART_LONG_STOP_BIT   0x01

5 data bits: 1.5 stop bits; 6 - 8 data bits : 2 stop bits

◆ HID_UART_SHORT_STOP_BIT

#define HID_UART_SHORT_STOP_BIT   0x00

1 stop bit