FreeRTOS
traceTASK_PRIORITY_INHERIT
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
traceTASK_PRIORITY_INHERIT
traceTASK_PRIORITY_INHERIT macro
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:662
#define
traceTASK_PRIORITY_INHERIT
(
pxTCBOfMutexHolder
,
uxInheritedPriority
)
Arguments
Argument
pxTCBOfMutexHolder
uxInheritedPriority
Examples
References
from
examples
Code
Location
#define
traceTASK_PRIORITY_INHERIT
(
pxTCBOfMutexHolder
,
uxInheritedPriority
)
FreeRTOS.h:662
traceTASK_PRIORITY_INHERIT
(
pxMutexHolderTCB
,
pxCurrentTCB
->
uxPriority
)
;
tasks.c:6656
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