UBaseType_t is only used within threadx.
 
Symbols
loading...
Files
loading...

UBaseType_t

Syntax

typedef ULONG UBaseType_t;

References

LocationReferrerScopeText
FreeRTOS.h:115
typedef ULONG UBaseType_t;
FreeRTOS.h:192txfr_sem::max_counttxfr_sem
UBaseType_t max_count;
FreeRTOS.h:212txfr_queue::queue_lengthtxfr_queue
UBaseType_t queue_length;
FreeRTOS.h:213txfr_queue::msg_sizetxfr_queue
UBaseType_t msg_size;
FreeRTOS.h:344xTaskCreateStatic()::uxPriorityxTaskCreateStatic()
UBaseType_t uxPriority,
FreeRTOS.h:352xTaskCreate()::uxPriorityxTaskCreate()
UBaseType_t uxPriority,
FreeRTOS.h:355uxTaskGetNumberOfTasks()
UBaseType_t uxTaskGetNumberOfTasks(void);
FreeRTOS.h:373uxTaskPriorityGet()
FreeRTOS.h:375uxTaskPriorityGetFromISR()
FreeRTOS.h:378vTaskPrioritySet()::uxNewPriorityvTaskPrioritySet()
UBaseType_t uxNewPriority);
FreeRTOS.h:441xSemaphoreCreateCounting()::uxMaxCountxSemaphoreCreateCounting()
FreeRTOS.h:442xSemaphoreCreateCounting()::uxInitialCountxSemaphoreCreateCounting()
UBaseType_t uxInitialCount);
FreeRTOS.h:444xSemaphoreCreateCountingStatic()::uxMaxCountxSemaphoreCreateCountingStatic()
FreeRTOS.h:445xSemaphoreCreateCountingStatic()::uxInitialCountxSemaphoreCreateCountingStatic()
UBaseType_t uxInitialCount,
FreeRTOS.h:474uxSemaphoreGetCount()
FreeRTOS.h:484xQueueCreate()::uxQueueLengthxQueueCreate()
FreeRTOS.h:486xQueueCreateStatic()::uxQueueLengthxQueueCreateStatic()
FreeRTOS.h:487xQueueCreateStatic()::uxItemSizexQueueCreateStatic()
UBaseType_t uxItemSize,
FreeRTOS.h:532uxQueueMessagesWaiting()
FreeRTOS.h:534uxQueueMessagesWaitingFromISR()
FreeRTOS.h:536uxQueueSpacesAvailable()
FreeRTOS.h:597xTimerCreate()::uxAutoReloadxTimerCreate()
const UBaseType_t uxAutoReload,
FreeRTOS.h:603xTimerCreateStatic()::uxAutoReloadxTimerCreateStatic()
const UBaseType_t uxAutoReload,
FreeRTOS.h:643vTimerSetReloadMode()::uxAutoReloadvTimerSetReloadMode()
const UBaseType_t uxAutoReload);
FreeRTOS.h:651uxTimerGetReloadMode()
FreeRTOS.h:656xQueueCreateSet()::uxEventQueueLengthxQueueCreateSet()
tx_freertos.c:56g_txfr_task_count
UBaseType_t g_txfr_task_count;
tx_freertos.c:312xTaskCreateStatic()
UBaseType_t uxPriority,
tx_freertos.c:371xTaskCreate()
UBaseType_t uxPriority,
tx_freertos.c:444uxTaskGetNumberOfTasks()
UBaseType_t uxTaskGetNumberOfTasks(void)
tx_freertos.c:446uxTaskGetNumberOfTasks()
UBaseType_t count;
tx_freertos.c:574uxTaskPriorityGet()
tx_freertos.c:598uxTaskPriorityGetFromISR()
tx_freertos.c:605vTaskPrioritySet()
UBaseType_t uxNewPriority)
tx_freertos.c:1045xSemaphoreCreateCounting()
tx_freertos.c:1046xSemaphoreCreateCounting()
UBaseType_t uxInitialCount)
tx_freertos.c:1079xSemaphoreCreateCountingStatic()
tx_freertos.c:1080xSemaphoreCreateCountingStatic()
UBaseType_t uxInitialCount,
tx_freertos.c:1402uxSemaphoreGetCount()
tx_freertos.c:1443xQueueCreateStatic()
tx_freertos.c:1444xQueueCreateStatic()
UBaseType_t uxItemSize,
tx_freertos.c:1486xQueueCreate()
tx_freertos.c:1835uxQueueMessagesWaiting()
tx_freertos.c:1851uxQueueMessagesWaitingFromISR()
tx_freertos.c:1858uxQueueSpacesAvailable()
tx_freertos.c:2240xTimerCreate()
const UBaseType_t uxAutoReload,
tx_freertos.c:2287xTimerCreateStatic()
const UBaseType_t uxAutoReload,
tx_freertos.c:2542vTimerSetReloadMode()
const UBaseType_t uxAutoReload)
tx_freertos.c:2632uxTimerGetReloadMode()
tx_freertos.c:2635uxTimerGetReloadMode()
UBaseType_t type;
tx_freertos.c:2653xQueueCreateSet()