FreeRTOS
+
0
/6 examples
SourceVu will show references to
tskIDLE_PRIORITY
from the following samples and libraries:
PicoSDK
hello_freertos sample
httpd sample
iperf sample
ntp_client_socket sample
ping sample
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
Raspberry Pi Pico SDK 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 6 libraries and example projects:
PicoSDK
hello_freertos sample
httpd sample
iperf sample
ntp_client_socket sample
ping sample
References
from
0/6
examples
Code
Location
#define
tskIDLE_PRIORITY
(
(
UBaseType_t
)
0U
)
task.h:199
uxHighestPriorityOfWaitingTasks
=
tskIDLE_PRIORITY
;
queue.c:2381
PRIVILEGED_DATA
static
volatile
UBaseType_t
uxTopReadyPriority
=
tskIDLE_PRIORITY
;
tasks.c:488
if
(
uxCurrentPriority
>
tskIDLE_PRIORITY
)
tasks.c:1125
}
while
(
uxQueue
>
(
UBaseType_t
)
tskIDLE_PRIORITY
)
;
tasks.c:4302
}
while
(
uxQueue
>
(
UBaseType_t
)
tskIDLE_PRIORITY
)
;
tasks.c:4420
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
tskIDLE_PRIORITY
]
)
)
>
(
UBaseType_t
)
configNUMBER_OF_CORES
)
tasks.c:5720
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
tskIDLE_PRIORITY
]
)
)
>
(
UBaseType_t
)
configNUMBER_OF_CORES
)
tasks.c:5809
uxTopReadyPriority
=
tskIDLE_PRIORITY
;
tasks.c:8715
Call Tree
from
0/6
examples
All items filtered out
All items filtered out
Data Use
from
0/6
examples
All items filtered out
All items filtered out
Class Tree
from
0/6
examples
All items filtered out
All items filtered out
Override Tree
from
0/6
examples
All items filtered out
All items filtered out
Implementations
from
0/6
examples
All items filtered out
All items filtered out
Instances
from
0/6
examples
Lifecycle
from
0/6
examples
All items filtered out
All items filtered out