Searched refs:port_number (Results 1 – 2 of 2) sorted by relevance
229 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p…
1303 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() argument1305 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()