Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c1830 bool is_default; in hcd_pipe_alloc() local
1833 is_default = true; in hcd_pipe_alloc()
1836 is_default = false; in hcd_pipe_alloc()
1839 if (!pipe_alloc_check_args(pipe_config, port_speed, mps_limits, type, is_default)) { in hcd_pipe_alloc()
1870 pipe_set_ep_char(pipe_config, type, is_default, pipe_idx, port_speed, &ep_char); in hcd_pipe_alloc()