Home
last modified time | relevance | path

Searched refs:vTaskDelayUntil (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h361 void vTaskDelayUntil(TickType_t * const pxPreviousWakeTime, const TickType_t xTimeIncrement);
Dreadme.md175 | vTaskDelayUntil() | The implementation of `vTaskDelayUntil()` cannot perform a wait in an atomic …
Dtx_freertos.c738 void vTaskDelayUntil(TickType_t * const pxPreviousWakeTime, const TickType_t xTimeIncrement) in vTaskDelayUntil() function