FreeRTOS
port_uxOldInterruptState
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (1/3)...
Files
loading (2/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
port_uxOldInterruptState
port_uxOldInterruptState variable
Syntax
Show:
Summary
Declaration
from
port.c:74
BaseType_t
port_uxOldInterruptState
[
portNUM_PROCESSORS
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
port_uxOldInterruptState
[
portNUM_PROCESSORS
]
=
{
0
}
;
port.c:74
port_uxOldInterruptState
[
coreID
]
=
xOldInterruptLevel
;
port.c:490
xPortEnterCriticalTimeout()
portCLEAR_INTERRUPT_MASK_FROM_ISR
(
port_uxOldInterruptState
[
coreID
]
)
;
port.c:514
vPortExitCritical()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
port_uxOldInterruptState
is read by 2 functions:
All items filtered out
port_uxOldInterruptState
xPortEnterCriticalTimeout()
vPortExitCritical()
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