FreeRTOS
+
0
/12 examples
SourceVu will show references to
tskIDLE_PRIORITY
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
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
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
tskIDLE_PRIORITY
tskIDLE_PRIORITY macro
Defines the priority used by the idle task. This must not be modified.
Syntax
Show:
Summary
Declaration
from
task.h:163
#define
tskIDLE_PRIORITY
(
(
UBaseType_t
)
0U
)
Examples
tskIDLE_PRIORITY
is referenced by 12 libraries and example projects:
Examples
STM32446E_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I-Discovery
Applications
FreeRTOS
FreeRTOS_MPU
STM32469I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
STM324x9I_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
STM324xG_EVAL
Applications
FreeRTOS
FreeRTOS_MPU
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
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/12
examples
Code
Location
#define
tskIDLE_PRIORITY
(
(
UBaseType_t
)
0U
)
task.h:163
unsigned
portBASE_TYPE
fpriority
=
tskIDLE_PRIORITY
;
cmsis_os.c:105
if
(
(
fpriority
-
tskIDLE_PRIORITY
)
<=
(
osPriorityRealtime
-
osPriorityIdle
)
)
{
cmsis_os.c:120
priority
=
(
osPriority
)
(
(
int
)
osPriorityIdle
+
(
int
)
(
fpriority
-
tskIDLE_PRIORITY
)
)
;
cmsis_os.c:121
uxHighestPriorityOfWaitingTasks
=
tskIDLE_PRIORITY
;
queue.c:2065
PRIVILEGED_DATA
static
volatile
UBaseType_t
uxTopReadyPriority
=
tskIDLE_PRIORITY
;
tasks.c:372
if
(
pxCurrentTCB
->
uxPriority
>
tskIDLE_PRIORITY
)
tasks.c:2165
else
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
tskIDLE_PRIORITY
]
)
)
>
1
)
tasks.c:2169
}
while
(
uxQueue
>
(
UBaseType_t
)
tskIDLE_PRIORITY
)
;
/*lint !e961 MISRA exception as the casts are only redundant for some ports. */
tasks.c:2462
}
while
(
uxQueue
>
(
UBaseType_t
)
tskIDLE_PRIORITY
)
;
/*lint !e961 MISRA exception as the casts are only redundant for some ports. */
tasks.c:2521
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
tskIDLE_PRIORITY
]
)
)
>
(
UBaseType_t
)
1
)
tasks.c:3432
Call Tree
from
0/12
examples
All items filtered out
All items filtered out
Data Use
from
0/12
examples
All items filtered out
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