Home
last modified time | relevance | path

Searched refs:DEMO_QUEUE_SIZE (Results 1 – 25 of 216) sorted by relevance

123456789

/ThreadX-v6.3.0/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c7 #define DEMO_QUEUE_SIZE 10 macro
46 UCHAR queue_0_area[DEMO_QUEUE_SIZE*sizeof(ULONG)];
112 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, queue_0_area, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m3/keil/example_build/
Dsample_threadx.c7 #define DEMO_QUEUE_SIZE 10 macro
46 UCHAR queue_0_area[DEMO_QUEUE_SIZE*sizeof(ULONG)];
112 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, queue_0_area, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
146 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
147 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
150 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c14 #define DEMO_QUEUE_SIZE 100 macro
158 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
161 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c11 #define DEMO_QUEUE_SIZE 100 macro
151 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
154 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
153 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
156 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
146 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
147 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
150 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
151 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
154 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_a7/iar/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
153 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
156 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m0+/ac6/example_build/sample_threadx/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
147 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
150 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m0+/gnu/example_build/sample_threadx/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
147 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
150 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m3/ac5/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
146 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m3/ac6/example_build/sample_threadx/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
147 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
150 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c11 #define DEMO_QUEUE_SIZE 100 macro
153 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
156 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c11 #define DEMO_QUEUE_SIZE 100 macro
153 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
156 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
156 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
159 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/samples/
Ddemo_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
147 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
150 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
146 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_a9/iar/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
149 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
152 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
146 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/gnu/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
149 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
152 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/iar/example_build/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
162 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
165 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/
Dsample_threadx.c10 #define DEMO_QUEUE_SIZE 100 macro
156 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
159 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()

123456789