Searched refs:uart_hw_flowcontrol_t (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.5.0/components/hal/include/hal/ |
D | uart_types.h | 81 } uart_hw_flowcontrol_t; typedef 144 uart_hw_flowcontrol_t flow_ctrl; /*!< UART HW flow control mode (cts/rts)*/
|
D | uart_hal.h | 258 void uart_hal_set_hw_flow_ctrl(uart_hal_context_t *hal, uart_hw_flowcontrol_t flow_ctrl, uint8_t rx… 432 void uart_hal_get_hw_flow_ctrl(uart_hal_context_t *hal, uart_hw_flowcontrol_t *flow_ctrl);
|
/hal_espressif-3.5.0/components/hal/ |
D | uart_hal.c | 68 void uart_hal_set_hw_flow_ctrl(uart_hal_context_t *hal, uart_hw_flowcontrol_t flow_ctrl, uint8_t rx… in uart_hal_set_hw_flow_ctrl() 73 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()
|
/hal_espressif-3.5.0/components/driver/include/driver/ |
D | uart.h | 247 esp_err_t uart_set_hw_flow_ctrl(uart_port_t uart_num, uart_hw_flowcontrol_t flow_ctrl, uint8_t rx_t… 273 esp_err_t uart_get_hw_flow_ctrl(uart_port_t uart_num, uart_hw_flowcontrol_t* flow_ctrl);
|
/hal_espressif-3.5.0/components/driver/test/ |
D | test_uart.c | 189 uart_hw_flowcontrol_t flowcontrol_set = 0; in uart_hw_flow_set_get_test() 190 uart_hw_flowcontrol_t flowcontrol_get = 0; in uart_hw_flow_set_get_test()
|
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/ |
D | uart_ll.h | 471 FORCE_INLINE_ATTR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, ui… in uart_ll_set_hw_flow_ctrl() 495 FORCE_INLINE_ATTR void uart_ll_get_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t *flow_ctrl) in uart_ll_get_hw_flow_ctrl()
|
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/ |
D | uart_ll.h | 473 static inline void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32… in uart_ll_set_hw_flow_ctrl() 497 static inline void uart_ll_get_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t *flow_ctrl) in uart_ll_get_hw_flow_ctrl()
|
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/ |
D | uart_ll.h | 473 static inline void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, uint32… in uart_ll_set_hw_flow_ctrl() 497 static inline void uart_ll_get_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t *flow_ctrl) in uart_ll_get_hw_flow_ctrl()
|
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 425 FORCE_INLINE_ATTR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, ui… in uart_ll_set_hw_flow_ctrl() 449 FORCE_INLINE_ATTR void uart_ll_get_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t *flow_ctrl) in uart_ll_get_hw_flow_ctrl()
|
/hal_espressif-3.5.0/components/hal/esp32/include/hal/ |
D | uart_ll.h | 475 FORCE_INLINE_ATTR void uart_ll_set_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t flow_ctrl, ui… in uart_ll_set_hw_flow_ctrl() 499 FORCE_INLINE_ATTR void uart_ll_get_hw_flow_ctrl(uart_dev_t *hw, uart_hw_flowcontrol_t *flow_ctrl) in uart_ll_get_hw_flow_ctrl()
|
/hal_espressif-3.5.0/components/driver/ |
D | uart.c | 330 esp_err_t uart_set_hw_flow_ctrl(uart_port_t uart_num, uart_hw_flowcontrol_t flow_ctrl, uint8_t rx_t… in uart_set_hw_flow_ctrl() 341 esp_err_t uart_get_hw_flow_ctrl(uart_port_t uart_num, uart_hw_flowcontrol_t *flow_ctrl) in uart_get_hw_flow_ctrl()
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | uart.rst | 86 - :cpp:func:`uart_set_hw_flow_ctrl` selected out of :cpp:type:`uart_hw_flowcontrol_t`
|