Home
last modified time | relevance | path

Searched refs:USBD_THREAD_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/usb/device_next/
DKconfig31 config USBD_THREAD_STACK_SIZE config
/Zephyr-latest/drivers/usb/device/
Dusb_dc_rpi_pico.c64 #define USBD_THREAD_STACK_SIZE 1024 macro
66 K_THREAD_STACK_DEFINE(thread_stack, USBD_THREAD_STACK_SIZE);
1065 USBD_THREAD_STACK_SIZE, in usb_rpi_init()
Dusb_dc_kinetis.c109 #define USBD_THREAD_STACK_SIZE 1024 macro
118 K_KERNEL_STACK_MEMBER(thread_stack, USBD_THREAD_STACK_SIZE);
1052 USBD_THREAD_STACK_SIZE, in usb_kinetis_init()