Home
last modified time | relevance | path

Searched refs:uart_hal_get_hw_flow_ctrl (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h425 void uart_hal_get_hw_flow_ctrl(uart_hal_context_t *hal, uart_hw_flowcontrol_t *flow_ctrl);
/hal_espressif-latest/components/hal/
Duart_hal.c56 void uart_hal_get_hw_flow_ctrl(uart_hal_context_t *hal, uart_hw_flowcontrol_t *flow_ctrl) in uart_hal_get_hw_flow_ctrl() function
/hal_espressif-latest/components/driver/uart/
Duart.c335 uart_hal_get_hw_flow_ctrl(&(uart_context[uart_num].hal), flow_ctrl); in uart_get_hw_flow_ctrl()