Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c296 uint32_t event_pending: 1; //The port has an event that needs to be handled member
943 port->flags.event_pending = 1; in intr_hdlr_main()
1380 …if (port->initialized && !port->flags.event_pending) { //Port events need to be handled first befo… in hcd_port_command()
1448 if (port->initialized && port->flags.event_pending) { in hcd_port_handle_event()
1449 port->flags.event_pending = 0; in hcd_port_handle_event()
1540 …if (port->initialized && !port->flags.event_pending && port->num_pipes_idle == 0 && port->num_pipe… in hcd_port_set_fifo_bias()