| /ThreadX-v6.4.1/ports_module/cortex_m7/iar/example_build/ |
| D | sample_threadx.c | 12 #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_m3/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 8 #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_r4/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 9 #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/cortex_a9/iar/example_build/ |
| D | sample_threadx.c | 8 #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/ |
| D | sample_threadx.c | 8 #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/ |
| D | sample_threadx.c | 8 #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/ |
| D | sample_threadx.c | 8 #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/ports/cortex_m4/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 8 #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/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 8 #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/gnu/example_build/ |
| D | sample_threadx.c | 8 #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/samples/ |
| D | demo_threadx.c | 8 #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/ |
| D | sample_threadx.c | 9 #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_module/cortex_a35/gnu/example_build/sample_threadx/ |
| D | sample_threadx.c | 9 #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_a8/iar/example_build/ |
| D | sample_threadx.c | 8 #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_module/cortex_m4/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 8 #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/arm11/iar/example_build/ |
| D | sample_threadx.c | 8 #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/arm9/iar/example_build/ |
| D | sample_threadx.c | 8 #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_a15/iar/example_build/ |
| D | sample_threadx.c | 8 #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_arch/ARMv7-A/threadx/ports/iar/example_build/ |
| D | sample_threadx.c | 8 #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()
|
| /ThreadX-v6.4.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 8 #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_arch/ARMv7-M/threadx/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 8 #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/ |
| D | sample_threadx.c | 12 #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_m3/gnu/example_build/ |
| D | sample_threadx.c | 8 #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_r4/iar/example_build/ |
| D | sample_threadx.c | 8 #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/cortex_a5x/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 9 #define DEMO_BYTE_POOL_SIZE 64000 macro 46 UCHAR memory_pool[DEMO_BYTE_POOL_SIZE]; 85 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|