Silicon Labs Host Libraries
Flush Buffers Bitmasks

Macros

#define HID_UART_FLUSH_TX_OPEN   0x01
 Flush on Open, Transmit. More...
 
#define HID_UART_FLUSH_TX_CLOSE   0x02
 Flush on Close, Transmit. More...
 
#define HID_UART_FLUSH_RX_OPEN   0x04
 Flush on Open, Receive. More...
 
#define HID_UART_FLUSH_RX_CLOSE   0x08
 Flush on Close, Receive. More...
 

Detailed Description

Flush Buffers Bitmasks

Macro Definition Documentation

◆ HID_UART_FLUSH_RX_CLOSE

#define HID_UART_FLUSH_RX_CLOSE   0x08

Flush on Close, Receive.

◆ HID_UART_FLUSH_RX_OPEN

#define HID_UART_FLUSH_RX_OPEN   0x04

Flush on Open, Receive.

◆ HID_UART_FLUSH_TX_CLOSE

#define HID_UART_FLUSH_TX_CLOSE   0x02

Flush on Close, Transmit.

◆ HID_UART_FLUSH_TX_OPEN

#define HID_UART_FLUSH_TX_OPEN   0x01

Flush on Open, Transmit.