osDelayUntil() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

osDelayUntil() function

Delay a task until a specified time

Syntax

osStatus osDelayUntil (uint32_t *PreviousWakeTime,     uint32_t millisec);
Implemented in cmsis_os.c:1500

Arguments

PreviousWakeTime

Pointer to a variable that holds the time at which the task was last unblocked. PreviousWakeTime must be initialised with the current time prior to its first use (PreviousWakeTime = osKernelSysTick() )

millisec

time delay value

Return value

status code that indicates the execution status of the function.

References

LocationText
cmsis_os.c:1500
osStatus osDelayUntil (uint32_t *PreviousWakeTime, uint32_t millisec)
cmsis_os.h:946
osStatus osDelayUntil (uint32_t *PreviousWakeTime, uint32_t millisec);

Call Tree

Functions called by osDelayUntil()
osDelayUntil()
all items filtered out
Data read by osDelayUntil()
osDelayUntil()
Type of osDelayUntil()
osDelayUntil()
all items filtered out