Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dclass_driver.c15 #define ACTION_OPEN_DEV 0x01 macro
40 driver_obj->actions |= ACTION_OPEN_DEV; in client_event_cb()
61 driver_obj->actions &= ~ACTION_OPEN_DEV; in action_open_dev()
158 if (driver_obj.actions & ACTION_OPEN_DEV) { in class_driver_task()