xTIME_OUT::xTimeOnEntering is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xTIME_OUT::xTimeOnEntering field

Syntax

TickType_t xTimeOnEntering;

References

LocationReferrerText
task.h:105
TickType_t xTimeOnEntering;
tasks.c:3260vTaskSetTimeOutState()
pxTimeOut->xTimeOnEntering = xTickCount;
tasks.c:3270vTaskInternalSetTimeOutState()
pxTimeOut->xTimeOnEntering = xTickCount;
tasks.c:3285xTaskCheckForTimeOut()
const TickType_t xElapsedTime = xConstTickCount - pxTimeOut->xTimeOnEntering;
tasks.c:3309xTaskCheckForTimeOut()
if( ( xNumOfOverflows != pxTimeOut->xOverflowCount ) && ( xConstTickCount >= pxTimeOut->xTimeOnEntering ) ) /*lint !e525 Indentation preferred as is to make code within pre-processor directives clearer. */

Data Use

Functions writing xTIME_OUT::xTimeOnEntering
Functions reading xTIME_OUT::xTimeOnEntering
xTIME_OUT::xTimeOnEntering
all items filtered out
Type of xTIME_OUT::xTimeOnEntering
xTIME_OUT::xTimeOnEntering
all items filtered out