Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_element/touch_elements_combination/main/
Dtouch_elements_example_main.c76 static void event_handler_task(void *arg) in event_handler_task() function
153 xTaskCreate(&event_handler_task, "event_handler_task", 4 * 1024, NULL, 5, NULL); in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c217 static void event_handler_task(void *arg) in event_handler_task() function
304 event_handler_task, "USB MSC", config->stack_size, in msc_host_install()