Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/usb/
Dhcd.c181 typedef struct port_obj port_t; typedef
255 port_t *port; //The port to which this pipe is routed through
322 port_t *port_obj;
546 static bool _port_persist_all_pipes(port_t *port);
556 static void _port_recover_all_pipes(port_t *port);
565 static bool _port_check_all_pipes_halted(port_t *port);
578 static bool _port_debounce(port_t *port);
586 static esp_err_t _port_cmd_power_on(port_t *port);
596 static esp_err_t _port_cmd_power_off(port_t *port);
607 static esp_err_t _port_cmd_reset(port_t *port);
[all …]