FreeRTOS
prvProcessReceivedCommands()
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
prvProcessReceivedCommands()
prvProcessReceivedCommands() function
Syntax
Show:
Summary
Declaration
Definition
from
timers.c:190
static
void
prvProcessReceivedCommands
(
void
)
;
Implemented in
timers.c:849
Examples
References
from
examples
Code
Location
Referrer
static
void
prvProcessReceivedCommands
(
void
)
timers.c:849
static
void
prvProcessReceivedCommands
(
void
)
PRIVILEGED_FUNCTION
;
timers.c:190
prvProcessReceivedCommands
(
)
;
timers.c:688
prvTimerTask()
Call Tree
from
examples
prvProcessReceivedCommands()
is called by 1 function and calls 9 functions:
prvTimerTask()
All items filtered out
prvProcessReceivedCommands()
__assert_func()
vPortFree()
uxListRemove()
xQueueReceive()
tmrTimerControl::pxCallbackFunction
tmrCallbackParameters::pxCallbackFunction
prvReloadTimer()
prvSampleTimeNow()
prvInsertTimerInActiveList()
All items filtered out
Data Use
from
examples
prvProcessReceivedCommands()
reads 13 variables and writes 2 variables:
xLIST_ITEM::pxContainer
tmrTimerControl::xTimerListItem
tmrTimerControl::xTimerPeriodInTicks
tmrTimerControl::ucStatus
tmrTimerParameters::xMessageValue
tmrTimerParameters::pxTimer
tmrCallbackParameters::pvParameter1
tmrCallbackParameters::ulParameter2
tmrTimerQueueMessage::xMessageID
tmrTimerQueueMessage::
::xTimerParameters
tmrTimerQueueMessage::
::xCallbackParameters
tmrTimerQueueMessage::u
xTimerQueue
All items filtered out
prvProcessReceivedCommands()
tmrTimerControl::xTimerPeriodInTicks
tmrTimerControl::ucStatus
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
prvProcessReceivedCommands()
allocates 1 types:
tmrTimerControl
All items filtered out
prvProcessReceivedCommands()
All items filtered out