tmrTimerParameters::xMessageValue is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOStmrTimerParameters::xMessageValue

tmrTimerParameters::xMessageValue field

Syntax

TickType_t xMessageValue;

References

LocationReferrerText
timers.c:97
TickType_t xMessageValue; /*<< An optional value used by a subset of commands, for example, when changing the period of a timer. */
timers.c:394xTimerGenericCommand()
xMessage.u.xTimerParameters.xMessageValue = xOptionalValue;
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 writing tmrTimerParameters::xMessageValue
Functions reading tmrTimerParameters::xMessageValue
all items filtered out
tmrTimerParameters::xMessageValue
all items filtered out
Type of tmrTimerParameters::xMessageValue
tmrTimerParameters::xMessageValue
all items filtered out