Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c33 if (event->event == MSC_DEVICE_CONNECTED) { in msc_event_cb()
122 assert( app_event.event == MSC_DEVICE_CONNECTED ); in wait_for_msc_device()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c68 if (event->event == MSC_DEVICE_CONNECTED) { in msc_event_cb()
215 TEST_ASSERT( app_event.event == MSC_DEVICE_CONNECTED ); in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h32 MSC_DEVICE_CONNECTED, /**< MSC device has been connected to the system.*/ enumerator
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/
DREADME.md17 - After receiving `MSC_DEVICE_CONNECTED` event, user has to install device with `usb_msc_install_de…
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c250 .event = MSC_DEVICE_CONNECTED, in client_event_cb()