FreeRTOS
portDONT_DISCARD
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
Raspberry Pi Pico SDK and Examples
FreeRTOS
portDONT_DISCARD
portDONT_DISCARD macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:84
#define
portDONT_DISCARD
__attribute__
(
(
used
)
)
Examples
References
from
examples
Code
Location
#define
portDONT_DISCARD
__attribute__
(
(
used
)
)
portmacro.h:84
#ifndef
portDONT_DISCARD
FreeRTOS.h:2737
portDONT_DISCARD
void
vTaskSwitchContext
(
void
)
PRIVILEGED_FUNCTION
;
task.h:3576
portDONT_DISCARD
void
vTaskSwitchContext
(
BaseType_t
xCoreID
)
PRIVILEGED_FUNCTION
;
task.h:3578
portDONT_DISCARD
PRIVILEGED_DATA
TCB_t
*
volatile
pxCurrentTCB
=
NULL
;
tasks.c:446
portDONT_DISCARD
PRIVILEGED_DATA
TCB_t
*
volatile
pxCurrentTCBs
[
configNUMBER_OF_CORES
]
;
tasks.c:451
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