Home
last modified time | relevance | path

Searched refs:UART_FIFO_LEN (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/driver/uart/include/driver/
Duart.h31 #define UART_FIFO_LEN SOC_UART_FIFO_LEN ///< Length of the UART HW FIFO macro
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_config.c27 uart_cfg->rx_flow_ctrl_thresh = UART_FIFO_LEN - 1; in hci_driver_uart_config()