FreeRTOS
portNVIC_SYSTICK_LOAD_REG
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
portNVIC_SYSTICK_LOAD_REG
portNVIC_SYSTICK_LOAD_REG macro
Syntax
Show:
Summary
Declaration
from
port.c:52
#define
portNVIC_SYSTICK_LOAD_REG
(
*
(
(
volatile
uint32_t
*
)
0xe000e014
)
)
Examples
References
from
examples
Code
Location
#define
portNVIC_SYSTICK_LOAD_REG
(
*
(
(
volatile
uint32_t
*
)
0xe000e014
)
)
port.c:52
#define
portNVIC_SYSTICK_LOAD_REG
(
*
(
(
volatile
uint32_t
*
)
0xe000e014
)
)
port.c:59
portNVIC_SYSTICK_LOAD_REG
=
portNVIC_SYSTICK_CURRENT_VALUE_REG
;
port.c:548
portNVIC_SYSTICK_LOAD_REG
=
ulTimerCountsForOneTick
-
1UL
;
port.c:555
portNVIC_SYSTICK_LOAD_REG
=
ulReloadValue
;
port.c:564
portNVIC_SYSTICK_LOAD_REG
=
ulCalculatedLoadValue
;
port.c:635
portNVIC_SYSTICK_LOAD_REG
=
(
(
ulCompleteTickPeriods
+
1UL
)
*
ulTimerCountsForOneTick
)
-
ulCompletedSysTickDecrements
;
port.c:656
portNVIC_SYSTICK_LOAD_REG
=
ulTimerCountsForOneTick
-
1UL
;
port.c:665
portNVIC_SYSTICK_LOAD_REG
=
(
configSYSTICK_CLOCK_HZ
/
configTICK_RATE_HZ
)
-
1UL
;
port.c:695
portNVIC_SYSTICK_LOAD_REG
=
(
configSYSTICK_CLOCK_HZ
/
configTICK_RATE_HZ
)
-
1UL
;
port.c:618
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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