FreeRTOS
+
0
/3 examples
SourceVu will show references to
tskIDLE_PRIORITY
from the following samples and libraries:
ESP-IDF
eth2ap sample
wss_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
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:199
#define
tskIDLE_PRIORITY
(
(
UBaseType_t
)
0U
)
Examples
tskIDLE_PRIORITY
is referenced by 3 libraries and example projects:
ESP-IDF
eth2ap sample
wss_server sample
References
from
0/3
examples
Code
Location
#define
tskIDLE_PRIORITY
(
(
UBaseType_t
)
0U
)
task.h:199
uxHighestPriorityOfWaitingTasks
=
tskIDLE_PRIORITY
;
queue.c:2442
PRIVILEGED_DATA
static
volatile
UBaseType_t
uxTopReadyPriority
=
tskIDLE_PRIORITY
;
tasks.c:507
if
(
uxTopReadyPriority
>
tskIDLE_PRIORITY
)
tasks.c:2531
if
(
pxCurrentTCBs
[
portGET_CORE_ID
(
)
]
->
uxPriority
>
tskIDLE_PRIORITY
)
tasks.c:2552
else
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
tskIDLE_PRIORITY
]
)
)
>
configNUMBER_OF_CORES
)
tasks.c:2556
}
while
(
uxQueue
>
(
UBaseType_t
)
tskIDLE_PRIORITY
)
;
/*lint !e961 MISRA exception as the casts are only redundant for some ports. */
tasks.c:2870
}
while
(
uxQueue
>
(
UBaseType_t
)
tskIDLE_PRIORITY
)
;
/*lint !e961 MISRA exception as the casts are only redundant for some ports. */
tasks.c:2978
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out