Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h63 #define portTickType TickType_t
130 typedef uint16_t TickType_t; typedef
131 #define portMAX_DELAY (TickType_t) (0xffffU)
133 typedef uint32_t TickType_t; typedef
134 #define portMAX_DELAY (TickType_t) (0xffffffffUL)
220 typedef TickType_t EventBits_t;
358 void vTaskDelay(const TickType_t xTicksToDelay);
360 void vTaskDelayUntil(TickType_t * const pxPreviousWakeTime, const TickType_t xTimeIncrement);
383 TickType_t xTaskGetTickCount(void);
385 TickType_t xTaskGetTickCountFromISR(void);
[all …]
Dtx_freertos.c318 void vTaskDelay(const TickType_t xTicksToDelay) in vTaskDelay()
741 void vTaskDelayUntil(TickType_t * const pxPreviousWakeTime, const TickType_t xTimeIncrement) in vTaskDelayUntil()
743 TickType_t tick_cur; in vTaskDelayUntil()
771 TickType_t xTicksToWait) in ulTaskNotifyTake()
826 TickType_t xTicksToWait) in xTaskNotifyWait()
1283 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait) in xSemaphoreTake()
1334 BaseType_t xSemaphoreTakeRecursive(SemaphoreHandle_t xMutex, TickType_t xTicksToWait) in xSemaphoreTakeRecursive()
1462 TickType_t xTaskGetTickCount(void) in xTaskGetTickCount()
1467 TickType_t xTaskGetTickCountFromISR(void) in xTaskGetTickCountFromISR()
1600 TickType_t xTicksToWait) in xQueueSend()
[all …]