FreeRTOS
portDISABLE_INTERRUPTS
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
ESP-IDF Framework and Examples
FreeRTOS
portDISABLE_INTERRUPTS
portDISABLE_INTERRUPTS macro
- Only applies to current core - These cannot be nested. They should be used with a lot of care and cannot be called from interrupt level.
Syntax
Show:
Summary
Declaration
from
portmacro.h:418
#define
portDISABLE_INTERRUPTS
(
)
do
{
XTOS_SET_INTLEVEL
(
XCHAL_EXCM_LEVEL
)
;
portbenchmarkINTERRUPT_DISABLE
(
)
;
}
while
(
0
)
Notes
[refactor-todo] replace XTOS_SET_INTLEVEL with more efficient version, if any?
Examples
References
from
examples
Code
Location
#define
portDISABLE_INTERRUPTS
(
)
do
{
XTOS_SET_INTLEVEL
(
XCHAL_EXCM_LEVEL
)
;
portbenchmarkINTERRUPT_DISABLE
(
)
;
}
while
(
0
)
portmacro.h:418
portDISABLE_INTERRUPTS
(
)
;
port.c:98
portDISABLE_INTERRUPTS
(
)
;
tasks.c:2411
portDISABLE_INTERRUPTS
(
)
;
tasks.c:2476
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