FreeRTOS
vPortSetupTimerInterrupt()
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
vPortSetupTimerInterrupt()
vPortSetupTimerInterrupt() function
Syntax
Show:
Summary
Declaration
Definition
from
port.c:118
void
vPortSetupTimerInterrupt
(
void
)
;
Implemented in
port.c:679
Examples
References
from
examples
Code
Location
Referrer
__attribute__
(
(
weak
)
)
void
vPortSetupTimerInterrupt
(
void
)
port.c:679
__attribute__
(
(
weak
)
)
void
vPortSetupTimerInterrupt
(
void
)
port.c:611
void
vPortSetupTimerInterrupt
(
void
)
;
port.c:118
void
vPortSetupTimerInterrupt
(
void
)
;
port.c:131
vPortSetupTimerInterrupt
(
)
;
port.c:367
xPortStartScheduler()
vPortSetupTimerInterrupt
(
)
;
port.c:455
xPortStartScheduler()
Call Tree
from
examples
vPortSetupTimerInterrupt()
is called by 1 function:
xPortStartScheduler()
All items filtered out
vPortSetupTimerInterrupt()
All items filtered out
Data Use
from
examples
vPortSetupTimerInterrupt()
reads 2 variables and writes 3 variables:
SystemCoreClock
ulTimerCountsForOneTick
All items filtered out
vPortSetupTimerInterrupt()
ulTimerCountsForOneTick
xMaximumPossibleSuppressedTicks
ulStoppedTimerCompensation
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