FreeRTOS
tmrTimerQueueMessage::xMessageID
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
tmrTimerQueueMessage::xMessageID
tmrTimerQueueMessage::xMessageID field
Syntax
Show:
Summary
Declaration
from
timers.c:134
BaseType_t
xMessageID
;
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xMessageID
;
/*<< The command being sent to the timer service task. */
timers.c:134
xMessage
.
xMessageID
=
xCommandID
;
timers.c:467
xTimerGenericCommand()
if
(
xMessage
.
xMessageID
<
(
BaseType_t
)
0
)
timers.c:862
prvProcessReceivedCommands()
if
(
xMessage
.
xMessageID
>=
(
BaseType_t
)
0
)
timers.c:882
prvProcessReceivedCommands()
switch
(
xMessage
.
xMessageID
)
timers.c:908
prvProcessReceivedCommands()
xMessage
.
xMessageID
=
tmrCOMMAND_EXECUTE_CALLBACK_FROM_ISR
;
timers.c:1142
xTimerPendFunctionCallFromISR()
xMessage
.
xMessageID
=
tmrCOMMAND_EXECUTE_CALLBACK
;
timers.c:1174
xTimerPendFunctionCall()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tmrTimerQueueMessage::xMessageID
is written by 3 functions and is read by 1 function:
xTimerGenericCommand()
xTimerPendFunctionCallFromISR()
xTimerPendFunctionCall()
All items filtered out
tmrTimerQueueMessage::xMessageID
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