FreeRTOS
ulMaxPRIGROUPValue
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
ulMaxPRIGROUPValue
ulMaxPRIGROUPValue variable
Syntax
Show:
Summary
Declaration
from
port.c:199
static
uint32_t
ulMaxPRIGROUPValue
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
ulMaxPRIGROUPValue
=
0
;
port.c:199
ulMaxPRIGROUPValue
=
portMAX_PRIGROUP_BITS
;
port.c:408
xPortStartScheduler()
ulMaxPRIGROUPValue
--
;
port.c:411
xPortStartScheduler()
configASSERT
(
(
portMAX_PRIGROUP_BITS
-
ulMaxPRIGROUPValue
)
==
configPRIO_BITS
)
;
port.c:429
xPortStartScheduler()
ulMaxPRIGROUPValue
<<=
portPRIGROUP_SHIFT
;
port.c:435
xPortStartScheduler()
ulMaxPRIGROUPValue
&=
portPRIORITY_GROUP_MASK
;
port.c:436
xPortStartScheduler()
configASSERT
(
(
portAIRCR_REG
&
portPRIORITY_GROUP_MASK
)
<=
ulMaxPRIGROUPValue
)
;
port.c:927
vPortValidateInterruptPriority()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ulMaxPRIGROUPValue
is written by 1 function and is read by 2 functions:
xPortStartScheduler()
All items filtered out
ulMaxPRIGROUPValue
xPortStartScheduler()
vPortValidateInterruptPriority()
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