Home
last modified time | relevance | path

Searched defs:flow_ctrl (Results 1 – 22 of 22) sorted by relevance

/device/soc/esp/esp32/components/hal/
Duart_hal.c68 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()
78 void uart_hal_set_sw_flow_ctrl(uart_hal_context_t *hal, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow… in uart_hal_set_sw_flow_ctrl()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h472 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()
516 FORCE_INLINE_ATTR void uart_ll_set_sw_flow_ctrl(uart_dev_t *hw, uart_sw_flowctrl_t *flow_ctrl, bool… in uart_ll_set_sw_flow_ctrl()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/gus_c/
Dgus_c.c326 sdk_err_t gus_c_rx_flow_ctrl_set(uint8_t conn_idx, uint8_t flow_ctrl) in gus_c_rx_flow_ctrl_set()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/driver/hal/
Dhal_uart_types.h105 uart_flow_control_t flow_ctrl; /**< UART flow control */ member
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/gus/
Dgus.c421 sdk_err_t gus_rx_flow_ctrl_set(uint8_t conn_idx, uint8_t flow_ctrl) in gus_rx_flow_ctrl_set()
/device/soc/esp/esp32/components/hal/include/hal/
Duart_types.h144 uart_hw_flowcontrol_t flow_ctrl; /*!< UART HW flow control mode (cts/rts)*/ member
/device/soc/esp/esp32/components/esp_rom/include/esp32/rom/
Duart.h157 UartFlowCtrl flow_ctrl; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
Dhi_uart.c278 hi_u32 hi_uart_set_flow_ctrl(hi_uart_idx id, hi_flow_ctrl flow_ctrl) in hi_uart_set_flow_ctrl()
Dserial_dw.h39 hi_u8 flow_ctrl; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */ member
Duart_drv.h80 …hi_u8 flow_ctrl; /**< 0: disable flow ctrl; 1: enable rts and cts; 2: enable rts only; 3: en… member
/device/soc/esp/esp32/components/driver/
Duart.c324 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()
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/
Dwm_cmdp.h170 u32 flow_ctrl; member
Dwm_cmdp_hostif_gcc.h475 u8 flow_ctrl; member
1008 u8 flow_ctrl; member
/device/soc/winnermicro/wm800/board/platform/drivers/uart/
Dwm_uart.c237 …T_STATUS_T tls_uart_set_flow_ctrl(struct tls_uart_port * port, TLS_UART_FLOW_CTRL_MODE_T flow_ctrl) in tls_uart_set_flow_ctrl()
/device/soc/winnermicro/wm800/board/include/driver/
Dwm_uart.h205 TLS_UART_FLOW_CTRL_MODE_T flow_ctrl; /**< Flow control type */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
Dhi_boot_rom.h411 hi_uchar flow_ctrl; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_host.h122 hcc_flow_ctrl_stru flow_ctrl; member
/device/soc/rockchip/rk3588/kernel/include/linux/
Dstmmac.h184 unsigned int flow_ctrl; member
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h184 unsigned int flow_ctrl; member
Dhwif.h329 void (*flow_ctrl)(struct mac_device_info *hw, unsigned int duplex, member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
Dhi_boot_rom.h411 hi_uchar flow_ctrl; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */ member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/gmac/
Dsunxi-gmac.c247 static int flow_ctrl; variable