uart_intr_config_t struct
UART interrupt configuration parameters for uart_intr_config function
Fields
UART interrupt enable mask, choose from UART_XXXX_INT_ENA_M under UART_INT_ENA_REG(i), connect with bit-or operator.
UART timeout interrupt threshold (unit: time of sending one byte).
UART TX empty interrupt threshold.
UART RX full interrupt threshold.