eSleepModeStatus::eAbortSleep is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

eSleepModeStatus::eAbortSleep

Syntax

eAbortSleep = 0;

References

LocationReferrerText
task.h:153
eAbortSleep = 0, /* A task has been made ready or a context switch pended since portSUPPORESS_TICKS_AND_SLEEP() was called - abort entering a sleep mode. */
port.c:544vPortSuppressTicksAndSleep()
if( eTaskConfirmSleepModeStatus() == eAbortSleep )
tasks.c:3522eTaskConfirmSleepModeStatus()
eReturn = eAbortSleep;
tasks.c:3527eTaskConfirmSleepModeStatus()
eReturn = eAbortSleep;

Data Use

Functions using eSleepModeStatus::eAbortSleep
eSleepModeStatus::eAbortSleep