Searched refs:TX_8_ULONG (Results 1 – 4 of 4) sorted by relevance
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_queue_basic_eight_word_test.c | 57 status = tx_queue_create(&queue_0, "queue 0", TX_8_ULONG, pointer, 8*sizeof(ULONG)); in test_application_define() 68 status = tx_queue_create(&queue_1, "queue 1", TX_8_ULONG, pointer, 8*3*sizeof(ULONG)); in test_application_define()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_queue_basic_eight_word_test.c | 57 status = tx_queue_create(&queue_0, "queue 0", TX_8_ULONG, pointer, 8*sizeof(ULONG)); in test_application_define() 68 status = tx_queue_create(&queue_1, "queue 1", TX_8_ULONG, pointer, 8*3*sizeof(ULONG)); in test_application_define()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 161 #define TX_8_ULONG ((UINT) 8) macro
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 160 #define TX_8_ULONG ((UINT) 8) macro
|