Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c36 #define EP_NUM_MAX 16 macro
61 …hcd_pipe_handle_t ep_in[EP_NUM_MAX - 1]; //IN EP owner contexts. -1 to exclude the default endp…
62 …hcd_pipe_handle_t ep_out[EP_NUM_MAX - 1]; //OUT EP owner contexts. -1 to exclude the default end…
267 for (int i = 0; i < (EP_NUM_MAX - 1); i++) { in handle_pipe_halt_and_flush()
852 addr <= EP_NUM_MAX && in usbh_ep_get_context()