FreeRTOS
portEND_SWITCHING_ISR
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
STM32 Libraries and Samples
FreeRTOS
portEND_SWITCHING_ISR
portEND_SWITCHING_ISR macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:135
#define
portEND_SWITCHING_ISR
(
xSwitchRequired
)
if
(
xSwitchRequired
)
portNVIC_INT_CTRL_REG
=
portNVIC_PENDSVSET_BIT
Arguments
Argument
xSwitchRequired
Examples
References
from
examples
Code
Location
#define
portEND_SWITCHING_ISR
(
xSwitchRequired
)
if
(
xSwitchRequired
!=
pdFALSE
)
portYIELD
(
)
portmacro.h:92
#define
portEND_SWITCHING_ISR
(
xSwitchRequired
)
if
(
xSwitchRequired
)
portNVIC_INT_CTRL_REG
=
portNVIC_PENDSVSET_BIT
portmacro.h:135
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:422
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:453
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:651
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:675
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:804
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:829
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:1081
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:1134
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:1272
portEND_SWITCHING_ISR
(
taskWoken
)
;
cmsis_os.c:1324
#define
portYIELD_FROM_ISR
(
x
)
portEND_SWITCHING_ISR
(
x
)
portmacro.h:93
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