Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c2301 bool next_dir_is_in; in _buffer_exec_cont() local
2307 next_dir_is_in = true; //With no data stage, status stage must be IN in _buffer_exec_cont()
2312 next_dir_is_in = buffer_inflight->flags.ctrl.data_stg_in; in _buffer_exec_cont()
2317next_dir_is_in = !buffer_inflight->flags.ctrl.data_stg_in; //Status stage is always the opposite … in _buffer_exec_cont()
2322 usbh_hal_chan_set_dir(pipe->chan_obj, next_dir_is_in); in _buffer_exec_cont()