Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/samples/
Dmain.c38 #ifndef SAMPLE_HELPER_STACK_SIZE
39 #define SAMPLE_HELPER_STACK_SIZE (4096) macro
161 static ULONG sample_helper_thread_stack[SAMPLE_HELPER_STACK_SIZE / sizeof(ULONG)];
295 sample_helper_thread_stack, SAMPLE_HELPER_STACK_SIZE, in tx_application_define()