FreeRTOS
+
0
/12 examples
SourceVu will show references to
osPriorityIdle
from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
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
osPriorityIdle
osPriorityIdle value
Syntax
Show:
Summary
Declaration
from
cmsis_os.h:173
osPriorityIdle
=
-
3
;
Examples
osPriorityIdle
is referenced by 12 libraries and example projects:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_Mutexes
FreeRTOS_Semaphore
References
from
0/12
examples
Code
Location
Referrer
osPriorityIdle
=
-
3
,
///< priority: idle (lowest)
cmsis_os.h:173
fpriority
+=
(
priority
-
osPriorityIdle
)
;
cmsis_os.c:108
makeFreeRtosPriority()
if
(
(
fpriority
-
tskIDLE_PRIORITY
)
<=
(
osPriorityRealtime
-
osPriorityIdle
)
)
{
cmsis_os.c:120
makeCmsisPriority()
priority
=
(
osPriority
)
(
(
int
)
osPriorityIdle
+
(
int
)
(
fpriority
-
tskIDLE_PRIORITY
)
)
;
cmsis_os.c:121
makeCmsisPriority()
Call Tree
from
0/12
examples
All items filtered out
All items filtered out
Data Use
from
0/12
examples
osPriorityIdle
is read by 2 functions:
All items filtered out
osPriorityIdle
makeFreeRtosPriority()
makeCmsisPriority()
All items filtered out
Class Tree
from
0/12
examples
All items filtered out
All items filtered out
Override Tree
from
0/12
examples
All items filtered out
All items filtered out
Implementations
from
0/12
examples
All items filtered out
All items filtered out
Instances
from
0/12
examples
Lifecycle
from
0/12
examples
All items filtered out
All items filtered out