Home
last modified time | relevance | path

Searched refs:UBaseType_t (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h46 #define portPRIVILEGE_BIT ((UBaseType_t)0x00)
115 typedef ULONG UBaseType_t; typedef
192 UBaseType_t max_count;
212 UBaseType_t queue_length;
213 UBaseType_t msg_size;
274 #define tskIDLE_PRIORITY ((UBaseType_t)0U)
344 UBaseType_t uxPriority,
352 UBaseType_t uxPriority,
355 UBaseType_t uxTaskGetNumberOfTasks(void);
373 UBaseType_t uxTaskPriorityGet(const TaskHandle_t xTask);
[all …]
Dtx_freertos.c61 UBaseType_t g_txfr_task_count;
324 UBaseType_t uxPriority, in xTaskCreateStatic()
391 UBaseType_t uxPriority, in xTaskCreate()
471 UBaseType_t uxTaskGetNumberOfTasks(void) in uxTaskGetNumberOfTasks()
473 UBaseType_t count; in uxTaskGetNumberOfTasks()
601 UBaseType_t uxTaskPriorityGet(const TaskHandle_t xTask) in uxTaskPriorityGet()
625 UBaseType_t uxTaskPriorityGetFromISR(const TaskHandle_t xTask) in uxTaskPriorityGetFromISR()
632 UBaseType_t uxNewPriority) in vTaskPrioritySet()
1072 SemaphoreHandle_t xSemaphoreCreateCounting(UBaseType_t uxMaxCount, in xSemaphoreCreateCounting()
1073 UBaseType_t uxInitialCount) in xSemaphoreCreateCounting()
[all …]