FreeRTOS
portCLEAR_INTERRUPT_MASK
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
portCLEAR_INTERRUPT_MASK
portCLEAR_INTERRUPT_MASK macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:176
#define
portCLEAR_INTERRUPT_MASK
(
ulState
)
__asm
volatile
(
"msr PRIMASK,%0"
::
"r"
(
ulState
)
:
)
Arguments
Argument
ulState
Examples
References
from
examples
Code
Location
#define
portCLEAR_INTERRUPT_MASK
(
ulState
)
__asm
volatile
(
"msr PRIMASK,%0"
::
"r"
(
ulState
)
:
)
portmacro.h:176
#ifndef
portCLEAR_INTERRUPT_MASK
FreeRTOS.h:437
portCLEAR_INTERRUPT_MASK
(
ulState
)
;
tasks.c:3894
portCLEAR_INTERRUPT_MASK
(
uxSavedInterruptStatus
)
;
tasks.c:6519
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