Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c31 static void msc_event_cb(const msc_host_event_t *event, void *arg) in msc_event_cb()
119 msc_host_event_t app_event; in wait_for_msc_device()
133 app_queue = xQueueCreate(3, sizeof(msc_host_event_t)); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h39 } msc_host_event_t; typedef
46 typedef void (*msc_host_event_cb_t)(const msc_host_event_t *event, void *arg);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c61 static void msc_event_cb(const msc_host_event_t *event, void *arg) in msc_event_cb()
184 TEST_ASSERT( app_queue = xQueueCreate(5, sizeof(msc_host_event_t)) ); in msc_setup()
213 msc_host_event_t app_event; in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c249 const msc_host_event_t msc_event = { in client_event_cb()
258 const msc_host_event_t msc_event = { in client_event_cb()