Home
last modified time | relevance | path

Searched refs:DEMO_BYTE_POOL_SIZE (Results 1 – 25 of 218) sorted by relevance

123456789

/ThreadX-v6.4.1/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c12 #define DEMO_BYTE_POOL_SIZE 9120 macro
19 UCHAR memory_pool[DEMO_BYTE_POOL_SIZE];
87 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c9 #define DEMO_BYTE_POOL_SIZE 9120 macro
30 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
79 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
34 UCHAR byte_pool_memory[DEMO_BYTE_POOL_SIZE];
81 tx_byte_pool_create(&byte_pool_0, "byte pool 0", byte_pool_memory, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_m3/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c9 #define DEMO_BYTE_POOL_SIZE 64000 macro
46 UCHAR memory_pool[DEMO_BYTE_POOL_SIZE];
81 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_m3/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_a9/iar/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
31 UCHAR memory_pool[DEMO_BYTE_POOL_SIZE];
77 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_m0/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 12000 macro
13 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
77 tx_byte_pool_create(&byte_pool_0, "byte pool 0", &memory_area[0], DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_m0/gnu/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 12000 macro
13 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
77 tx_byte_pool_create(&byte_pool_0, "byte pool 0", &memory_area[0], DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_m0/iar/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
33 UCHAR byte_pool_memory[DEMO_BYTE_POOL_SIZE];
90 tx_byte_pool_create(&byte_pool_0, "byte pool 0", byte_pool_memory, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/samples/
Ddemo_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/xtensa/xcc/example_build/
Ddemo_threadx.c11 #define DEMO_BYTE_POOL_SIZE 9120 macro
32 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
78 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_m7/iar/example_build/
Dsample_threadx.c12 #define DEMO_BYTE_POOL_SIZE 9120 macro
19 UCHAR memory_pool[DEMO_BYTE_POOL_SIZE];
87 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/arm9/iar/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
33 UCHAR byte_pool_memory[DEMO_BYTE_POOL_SIZE];
79 tx_byte_pool_create(&byte_pool_0, "byte pool 0", byte_pool_memory, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/gnu/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c9 #define DEMO_BYTE_POOL_SIZE 64000 macro
46 UCHAR memory_pool[DEMO_BYTE_POOL_SIZE];
81 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/arm11/iar/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
33 UCHAR byte_pool_memory[DEMO_BYTE_POOL_SIZE];
79 tx_byte_pool_create(&byte_pool_0, "byte pool 0", byte_pool_memory, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_m3/gnu/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
29 UCHAR memory_area[DEMO_BYTE_POOL_SIZE];
75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
/ThreadX-v6.4.1/ports/cortex_a7/iar/example_build/
Dsample_threadx.c8 #define DEMO_BYTE_POOL_SIZE 9120 macro
45 UCHAR memory_pool[DEMO_BYTE_POOL_SIZE];
77 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()

123456789