FreeRTOS
portTASK_SWITCH_HOOK
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
portTASK_SWITCH_HOOK
portTASK_SWITCH_HOOK macro
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:581
#define
portTASK_SWITCH_HOOK
(
pxTCB
)
(
void
)
(
pxTCB
)
Arguments
Argument
pxTCB
Examples
References
from
examples
Code
Location
#define
portTASK_SWITCH_HOOK
(
pxTCB
)
(
void
)
(
pxTCB
)
FreeRTOS.h:581
portTASK_SWITCH_HOOK
(
pxCurrentTCB
)
;
tasks.c:5132
portTASK_SWITCH_HOOK
(
pxCurrentTCBs
[
portGET_CORE_ID
(
)
]
)
;
tasks.c:5229
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