Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c2302 int next_pid; in _buffer_exec_cont() local
2308 next_pid = 1; //Status stage always has a PID of DATA1 in _buffer_exec_cont()
2313 next_pid = 1; //Data stage always starts with a PID of DATA1 in _buffer_exec_cont()
2318 next_pid = 1; //Status stage always has a PID of DATA1 in _buffer_exec_cont()
2323 usbh_hal_chan_set_pid(pipe->chan_obj, next_pid); in _buffer_exec_cont()