FreeRTOS
tmrTimerParameters::xMessageValue
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
tmrTimerParameters::xMessageValue
tmrTimerParameters::xMessageValue field
Syntax
Show:
Summary
Declaration
from
timers.c:97
TickType_t
xMessageValue
;
Examples
References
from
examples
Code
Location
Referrer
TickType_t
xMessageValue
;
/*<< An optional value used by a subset of commands, for example, when changing the period of a timer. */
timers.c:97
xMessage
.
u
.
xTimerParameters
.
xMessageValue
=
xOptionalValue
;
timers.c:394
xTimerGenericCommand()
if
(
prvInsertTimerInActiveList
(
pxTimer
,
xMessage
.
u
.
xTimerParameters
.
xMessageValue
+
pxTimer
->
xTimerPeriodInTicks
,
xTimeNow
,
xMessage
.
u
.
xTimerParameters
.
xMessageValue
)
!=
pdFALSE
)
timers.c:802
prvProcessReceivedCommands()
xResult
=
xTimerGenericCommand
(
pxTimer
,
tmrCOMMAND_START_DONT_TRACE
,
xMessage
.
u
.
xTimerParameters
.
xMessageValue
+
pxTimer
->
xTimerPeriodInTicks
,
NULL
,
tmrNO_DELAY
)
;
timers.c:811
prvProcessReceivedCommands()
pxTimer
->
xTimerPeriodInTicks
=
xMessage
.
u
.
xTimerParameters
.
xMessageValue
;
timers.c:835
prvProcessReceivedCommands()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tmrTimerParameters::xMessageValue
is written by 1 function and is read by 1 function:
xTimerGenericCommand()
All items filtered out
tmrTimerParameters::xMessageValue
prvProcessReceivedCommands()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out