FreeRTOS
portCLEAR_INTERRUPT_MASK_FROM_ISR
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (1/2)...
Files
loading (2/2)...
FreeRTOS
PicoSDK
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
portCLEAR_INTERRUPT_MASK_FROM_ISR
portCLEAR_INTERRUPT_MASK_FROM_ISR macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:181
#define
portCLEAR_INTERRUPT_MASK_FROM_ISR
(
x
)
vClearInterruptMaskFromISR
(
x
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
portCLEAR_INTERRUPT_MASK_FROM_ISR
(
x
)
vClearInterruptMaskFromISR
(
x
)
portmacro.h:181
#if
defined
(
portSET_INTERRUPT_MASK_FROM_ISR
)
&&
defined
(
portCLEAR_INTERRUPT_MASK_FROM_ISR
)
FreeRTOS.h:537
#ifndef
portCLEAR_INTERRUPT_MASK_FROM_ISR
FreeRTOS.h:556
#define
taskEXIT_CRITICAL_FROM_ISR
(
x
)
portCLEAR_INTERRUPT_MASK_FROM_ISR
(
x
)
task.h:251
portCLEAR_INTERRUPT_MASK_FROM_ISR
(
uxSavedInterruptStatus
)
;
tasks.c:7173
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