FreeRTOS
+
0
/9 examples
SourceVu will show references to
portPRIVILEGE_BIT
from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413H-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_MPU
STM32F429I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
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
portPRIVILEGE_BIT
portPRIVILEGE_BIT macro
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:742
#define
portPRIVILEGE_BIT
(
(
UBaseType_t
)
0x00
)
Examples
portPRIVILEGE_BIT
is referenced by 9 libraries and example projects:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413H-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_MPU
STM32F429I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
References
from
0/9
examples
Code
Location
#define
portPRIVILEGE_BIT
(
(
UBaseType_t
)
0x00
)
FreeRTOS.h:742
#define
portPRIVILEGE_BIT
(
0x80000000UL
)
portmacro.h:74
#ifndef
portPRIVILEGE_BIT
FreeRTOS.h:741
if
(
(
uxPriority
&
portPRIVILEGE_BIT
)
!=
0U
)
tasks.c:839
uxPriority
&=
~
portPRIVILEGE_BIT
;
tasks.c:847
portPRIVILEGE_BIT
,
/* In effect ( tskIDLE_PRIORITY | portPRIVILEGE_BIT ), but tskIDLE_PRIORITY is zero. */
tasks.c:2013
(
(
UBaseType_t
)
configTIMER_TASK_PRIORITY
)
|
portPRIVILEGE_BIT
,
timers.c:265
Call Tree
from
0/9
examples
All items filtered out
All items filtered out
Data Use
from
0/9
examples
All items filtered out
All items filtered out
Class Tree
from
0/9
examples
All items filtered out
All items filtered out
Override Tree
from
0/9
examples
All items filtered out
All items filtered out
Implementations
from
0/9
examples
All items filtered out
All items filtered out
Instances
from
0/9
examples
Lifecycle
from
0/9
examples
All items filtered out
All items filtered out