Searched refs:uart_hw_flowcontrol_t (Results 1 – 8 of 8) sorted by relevance
/device/soc/esp/esp32/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);
|
/device/soc/esp/esp32/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()
|
/device/soc/esp/esp32/components/driver/include/driver/ |
D | uart.h | 249 esp_err_t uart_set_hw_flow_ctrl(uart_port_t uart_num, uart_hw_flowcontrol_t flow_ctrl, uint8_t rx_t… 275 esp_err_t uart_get_hw_flow_ctrl(uart_port_t uart_num, uart_hw_flowcontrol_t* flow_ctrl);
|
/device/board/openvalley/niobeu4/liteos_m/hdf_config/ |
D | hdf.hcs | 46 /* uart_word_length_t uart_parity_t uart_stop_bits_t uart_hw_flowcontrol_t */
|
/device/board/openvalley/niobeu4/liteos_m/hals/iot_hardware/wifiiot_lite/ |
D | hal_iot_uart.c | 129 static uart_hw_flowcontrol_t HoflowCtrlToESPflowCtrl(IotFlowCtrl flowCtrl) in HoflowCtrlToESPflowCtrl()
|
/device/soc/esp/esp32/components/hal/esp32/include/hal/ |
D | uart_ll.h | 472 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() 496 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()
|
/device/soc/esp/esp32/components/driver/ |
D | uart.c | 324 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() 335 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()
|