uart_sw_flowctrl_t is only used within ESP-IDF.
 
Symbols
loading (1/5)...
Files
loading (4/5)...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
uint8_t
Xon flow control char.
uint8_t
Xoff flow control char.
uint8_t
If the software flow control is enabled and the data amount in rxfifo is less than xon_thrd, an xon_char will be sent.
uint8_t
If the software flow control is enabled and the data amount in rxfifo is more than xoff_thrd, an xoff_char will be sent.