Home
last modified time | relevance | path

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/
Dusb-cdc.c17 #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/
Dcdc_acm_host_bg96.cpp26 #define EXAMPLE_USB_HOST_PRIORITY 20 macro
187 xTaskCreate(usb_lib_task, "usb_lib", 4096, NULL, EXAMPLE_USB_HOST_PRIORITY, NULL); in app_main()