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

vTaskSetTimeOutState() function

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

Syntax

Arguments

pxTimeOut

Pointer 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.

References

LocationReferrerText
tasks.c:3254
void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut )
task.h:2239
void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION;
mpu_wrappers.c:521MPU_vTaskSetTimeOutState()
vTaskSetTimeOutState( pxTimeOut );
stream_buffer.c:537xStreamBufferSend()
vTaskSetTimeOutState( &xTimeOut );

Call Tree

Functions calling vTaskSetTimeOutState()
Functions called by vTaskSetTimeOutState()
vTaskSetTimeOutState()
Data read by vTaskSetTimeOutState()
Data written by vTaskSetTimeOutState()
vTaskSetTimeOutState()