FreeRTOS
taskSELECT_HIGHEST_PRIORITY_TASK
is only used within FreeRTOS.
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
taskSELECT_HIGHEST_PRIORITY_TASK
taskSELECT_HIGHEST_PRIORITY_TASK macro
Syntax
Show:
Summary
Declaration
from
tasks.c:169
#define
taskSELECT_HIGHEST_PRIORITY_TASK
(
)
\
{
\
UBaseType_t
uxTopPriority
;
\
\
\
portGET_HIGHEST_PRIORITY
(
uxTopPriority
,
uxTopReadyPriority
)
;
\
configASSERT
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
uxTopPriority
]
)
)
>
0
)
;
\
listGET_OWNER_OF_NEXT_ENTRY
(
pxCurrentTCB
,
&
(
pxReadyTasksLists
[
uxTopPriority
]
)
)
;
\
}
Examples
References
from
examples
Code
Location
#define
taskSELECT_HIGHEST_PRIORITY_TASK
(
)
\
tasks.c:169
taskSELECT_HIGHEST_PRIORITY_TASK
(
)
;
/*lint !e9079 void * is used as this macro is used with timers and co-routines too. Alignment is known to be fine as the type of the pointer stored and retrieved is the same. */
tasks.c:3041
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out