Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h33 MSC_DEVICE_DISCONNECTED, /**< MSC device has been disconnected from the system.*/ enumerator
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c35 } else if (event->event == MSC_DEVICE_DISCONNECTED) { in msc_event_cb()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c65 TEST_ASSERT(event->event == MSC_DEVICE_DISCONNECTED); in msc_event_cb()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c259 .event = MSC_DEVICE_DISCONNECTED, in client_event_cb()