Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h64 #define portTickType TickType_t
131 typedef uint16_t TickType_t; typedef
132 #define portMAX_DELAY (TickType_t) (0xffffU)
134 typedef uint32_t TickType_t; typedef
135 #define portMAX_DELAY (TickType_t) (0xffffffffUL)
221 typedef TickType_t EventBits_t;
359 void vTaskDelay(const TickType_t xTicksToDelay);
361 void vTaskDelayUntil(TickType_t * const pxPreviousWakeTime, const TickType_t xTimeIncrement);
384 TickType_t xTaskGetTickCount(void);
386 TickType_t xTaskGetTickCountFromISR(void);
[all …]
Dtx_freertos.c315 void vTaskDelay(const TickType_t xTicksToDelay) in vTaskDelay()
738 void vTaskDelayUntil(TickType_t * const pxPreviousWakeTime, const TickType_t xTimeIncrement) in vTaskDelayUntil()
740 TickType_t tick_cur; in vTaskDelayUntil()
768 TickType_t xTicksToWait) in ulTaskNotifyTake()
823 TickType_t xTicksToWait) in xTaskNotifyWait()
1280 BaseType_t xSemaphoreTake(SemaphoreHandle_t xSemaphore, TickType_t xTicksToWait) in xSemaphoreTake()
1331 BaseType_t xSemaphoreTakeRecursive(SemaphoreHandle_t xMutex, TickType_t xTicksToWait) in xSemaphoreTakeRecursive()
1459 TickType_t xTaskGetTickCount(void) in xTaskGetTickCount()
1464 TickType_t xTaskGetTickCountFromISR(void) in xTaskGetTickCountFromISR()
1590 TickType_t xTicksToWait) in xQueueSend()
[all …]