Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c264 uint32_t pipe_cmd_processing: 1; member
1937 HCD_CHECK_FROM_CRIT(!pipe->cs_flags.pipe_cmd_processing && in hcd_pipe_update_mps()
1953 HCD_CHECK_FROM_CRIT(!pipe->cs_flags.pipe_cmd_processing && in hcd_pipe_update_dev_addr()
1969 HCD_CHECK_FROM_CRIT(!pipe->cs_flags.pipe_cmd_processing && in hcd_pipe_update_callback()
1984 HCD_CHECK_FROM_CRIT(!pipe->cs_flags.pipe_cmd_processing && in hcd_pipe_set_persist_reset()
2023 pipe->cs_flags.pipe_cmd_processing = 1; in hcd_pipe_command()
2038 pipe->cs_flags.pipe_cmd_processing = 0; in hcd_pipe_command()
2550 …&& !pipe->cs_flags.pipe_cmd_processing //Pipe cannot currently be processing a pipe c… in hcd_urb_enqueue()