FreeRTOS
portSET_INTERRUPT_MASK
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
portSET_INTERRUPT_MASK
portSET_INTERRUPT_MASK macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:169
#define
portSET_INTERRUPT_MASK
(
)
\
(
{
\
uint32_t
ulState
;
\
__asm
volatile
(
"mrs %0, PRIMASK"
:
"=r"
(
ulState
)
::
)
;
\
__asm
volatile
(
" cpsid i "
:::
"memory"
)
;
\
ulState
;
}
)
Examples
References
from
examples
Code
Location
#define
portSET_INTERRUPT_MASK
(
)
\
portmacro.h:169
#ifndef
portSET_INTERRUPT_MASK
FreeRTOS.h:429
ulState
=
portSET_INTERRUPT_MASK
(
)
;
tasks.c:3864
uxSavedInterruptStatus
=
portSET_INTERRUPT_MASK
(
)
;
tasks.c:6515
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