tmrTimerQueueMessage::u is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

tmrTimerQueueMessage::u field

Syntax

union { TimerParameter_t xTimerParameters; #if ( INCLUDE_xTimerPendFunctionCall == 1 ) CallbackParameters_t xCallbackParameters; #endif } u;

References

LocationReferrerText
timers.c:123
} u;
timers.c:394xTimerGenericCommand()
xMessage.u.xTimerParameters.xMessageValue = xOptionalValue;
timers.c:395xTimerGenericCommand()
xMessage.u.xTimerParameters.pxTimer = xTimer;
timers.c:771prvProcessReceivedCommands()
pxTimer = xMessage.u.xTimerParameters.pxTimer;
timers.c:802prvProcessReceivedCommands()
if( prvInsertTimerInActiveList( pxTimer, xMessage.u.xTimerParameters.xMessageValue + pxTimer->xTimerPeriodInTicks, xTimeNow, xMessage.u.xTimerParameters.xMessageValue ) != pdFALSE )
timers.c:811prvProcessReceivedCommands()
xResult = xTimerGenericCommand( pxTimer, tmrCOMMAND_START_DONT_TRACE, xMessage.u.xTimerParameters.xMessageValue + pxTimer->xTimerPeriodInTicks, NULL, tmrNO_DELAY );
timers.c:835prvProcessReceivedCommands()
pxTimer->xTimerPeriodInTicks = xMessage.u.xTimerParameters.xMessageValue;

Data Use

Functions reading tmrTimerQueueMessage::u
tmrTimerQueueMessage::u
Type of tmrTimerQueueMessage::u
tmrTimerQueueMessage::u
tmrTimerQueueMessage::
all items filtered out