Home
last modified time | relevance | path

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

123456789

/ThreadX-v6.2.1/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.2.1/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.2.1/ports/arm11/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.2.1/ports/arm11/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.2.1/ports/cortex_a7/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.2.1/ports/cortex_a12/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.2.1/ports/cortex_a7/ac6/example_build/sample_threadx/
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.2.1/ports/cortex_a7/ac6/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.2.1/ports/cortex_a7/ghs/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.2.1/ports/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.2.1/ports/cortex_a12/ac6/example_build/sample_threadx/
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.2.1/ports/cortex_a17/ac6/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.2.1/ports/cortex_a17/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.2.1/ports/cortex_a5/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.2.1/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.2.1/ports/cortex_a8/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.2.1/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.2.1/ports/cortex_m7/ghs/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.2.1/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.2.1/ports/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.2.1/ports/cortex_r4/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.2.1/ports/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c11 #define DEMO_QUEUE_SIZE 100 macro
150 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
153 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_r4/ghs/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.2.1/ports/xtensa/xcc/example_build/
Ddemo_threadx.c13 #define DEMO_QUEUE_SIZE 100 macro
150 tx_byte_allocate(&byte_pool_0, (VOID **) &pointer, DEMO_QUEUE_SIZE*sizeof(ULONG), TX_NO_WAIT); in tx_application_define()
153 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m7/gnu/example_build/
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()

123456789