FreeRTOS
xTimerCreateTimerTask()
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
STM32 Libraries and Samples
FreeRTOS
xTimerCreateTimerTask()
xTimerCreateTimerTask() function
Syntax
Show:
Summary
Declaration
Definition
from
timers.h:1295
BaseType_t
xTimerCreateTimerTask
(
void
)
PRIVILEGED_FUNCTION
;
Implemented in
timers.c:227
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTimerCreateTimerTask
(
void
)
timers.c:227
BaseType_t
xTimerCreateTimerTask
(
void
)
PRIVILEGED_FUNCTION
;
timers.h:1295
xReturn
=
xTimerCreateTimerTask
(
)
;
tasks.c:2022
vTaskStartScheduler()
Call Tree
from
examples
xTimerCreateTimerTask()
is called by 1 function and calls 3 functions:
vTaskStartScheduler()
All items filtered out
xTimerCreateTimerTask()
vPortRaiseBASEPRI()
xTaskCreate()
prvCheckForValidListAndQueue()
All items filtered out
Data Use
from
examples
xTimerCreateTimerTask()
reads 2 variables:
prvTimerTask()
xTimerQueue
All items filtered out
xTimerCreateTimerTask()
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