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
Raspberry Pi Pico SDK and Examples
FreeRTOS
prvProcessReceivedCommands()
prvProcessReceivedCommands() function
Syntax
Show:
Summary
Declaration
Definition
from
timers.c:171
static
void
prvProcessReceivedCommands
(
void
)
;
Implemented in
timers.c:938
Examples
References
from
examples
Code
Location
Referrer
static
void
prvProcessReceivedCommands
(
void
)
timers.c:938
static
void
prvProcessReceivedCommands
(
void
)
PRIVILEGED_FUNCTION
;
timers.c:171
prvProcessReceivedCommands
(
)
;
timers.c:777
prvTimerTask()
Call Tree
from
examples
prvProcessReceivedCommands()
is called by 1 function and calls 9 functions:
prvTimerTask()
All items filtered out
prvProcessReceivedCommands()
vPortFree()
uxListRemove()
__assert_func()
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::pvContainer
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