firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
vTaskSetTimeOutState
Collaboration diagram for vTaskSetTimeOutState:

task.h

void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut );
struct xTIME_OUT TimeOut_t
void vTaskSetTimeOutState(TimeOut_t *const pxTimeOut)
Definition tasks.c:5506

Capture the current time for future use with xTaskCheckForTimeOut().

Parameters
pxTimeOutPointer to a timeout object into which the current time is to be captured. The captured time includes the tick count and the number of times the tick count has overflowed since the system first booted.