Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/
DCONTRIBUTING.md11 * NetX Duo - advanced, industrial-grade TCP/IP network stack designed specifically for deeply embed…
14 * USBX - high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integ…
DREADME.md3 A high-performance USB host, device, and on-the-go (OTG) embedded stack, Eclipse ThreadX USBX is fu…
52 /* up a periodic timer interrupt source, saving the system stack */
/USBX-v6.2.1/common/core/inc/
Dux_utility.h212 #define _ux_system_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument
213 #define _ux_system_thread_create_norc(t,name,entry,entry_param,stack,stack_size,priority,preempt_th… argument
250 #define _ux_device_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument
300 #define _ux_host_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_threshold… argument
/USBX-v6.2.1/test/cmake/usbx/
DCMakeLists.txt398 # Only some stack file linked with STANDALONE
/USBX-v6.2.1/docs/
Drevision_history.txt10 … added symbols that allow users to set stack sizes
18 … added error context definition for device stack tracking,
23 … fix API #define for device stack _transfer_abort,
89 …ux_host_stack_initialize.c Changed to use separated stack size definitions fo…
651 … Improved stack class driver request handling by checking return code to see if it is owned:
1130 …_host_class_cdc_acm_capabilities_get.c Avoid compiler warnings by initializing stack values.
1865 …ux_host_stack_interface_setting_select.c Fixed problem on the host stack about changing the alt…
2356 …l_request_process.c Keep the Interface target command inside the device stack and do not forward…