Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h229 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p…
/hal_espressif-3.6.0/components/usb/
Dhcd.c1303 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p… in hcd_port_init() argument
1305 HCD_CHECK(port_number > 0 && port_config != NULL && port_hdl != NULL, ESP_ERR_INVALID_ARG); in hcd_port_init()
1306 HCD_CHECK(port_number <= NUM_PORTS, ESP_ERR_NOT_FOUND); in hcd_port_init()