Searched refs:EXAMPLE_USB_HOST_PRIORITY (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/ |
D | usb-cdc.c | 17 #define EXAMPLE_USB_HOST_PRIORITY 20 macro 62 …reate(usb_lib_task, "usb_lib", 4096, xTaskGetCurrentTaskHandle(), EXAMPLE_USB_HOST_PRIORITY, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/ |
D | cdc_acm_host_bg96.cpp | 26 #define EXAMPLE_USB_HOST_PRIORITY 20 macro 187 xTaskCreate(usb_lib_task, "usb_lib", 4096, NULL, EXAMPLE_USB_HOST_PRIORITY, NULL); in app_main()
|