uart_intr_config_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint32_t
UART interrupt enable mask, choose from UART_XXXX_INT_ENA_M under UART_INT_ENA_REG(i), connect with bit-or operator.
uint8_t
UART timeout interrupt threshold (unit: time of sending one byte).
uint8_t
UART TX empty interrupt threshold.
uint8_t
UART RX full interrupt threshold.

References

from examples