Searched refs:handle_usb_events (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/ |
D | msc_example_main.c | 97 static void handle_usb_events(void *args) in handle_usb_events() function 142 task_created = xTaskCreate(handle_usb_events, "usb_events", 2048, NULL, 2, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | test_msc.c | 109 static void handle_usb_events(void *args) in handle_usb_events() function 201 task_created = xTaskCreate(handle_usb_events, "usb_events", 2048, NULL, 2, NULL); in msc_setup()
|