FreeRTOS
port_interruptNesting
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
port_interruptNesting
port_interruptNesting variable
Syntax
Show:
Summary
Declaration
from
port.c:72
unsigned
port_interruptNesting
[
portNUM_PROCESSORS
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
port_interruptNesting
[
portNUM_PROCESSORS
]
=
{
0
}
;
// Interrupt nesting level. Increased/decreased in portasm.c, _frxt_int_enter/_frxt_int_exit
port.c:72
ret
=
(
port_interruptNesting
[
xPortGetCoreID
(
)
]
!=
0
)
;
port.c:450
xPortInIsrContext()
return
(
port_interruptNesting
[
xPortGetCoreID
(
)
]
!=
0
)
;
port.c:463
xPortInterruptedFromISRContext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
port_interruptNesting
is read by 2 functions:
All items filtered out
port_interruptNesting
xPortInIsrContext()
xPortInterruptedFromISRContext()
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