FreeRTOS
+
0
/1 examples
SourceVu will show references to
xPortInterruptedFromISRContext()
from the following samples and libraries:
ESP-IDF
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
xPortInterruptedFromISRContext()
xPortInterruptedFromISRContext() function
Check if in ISR context from High priority ISRs - Called from High priority ISR - Checks if the previous context (before high priority interrupt) was in ISR context (meaning low/med priority)
Syntax
Show:
Summary
Declaration
Definition
from
portmacro.h:161
BaseType_t
xPortInterruptedFromISRContext
(
void
)
;
Implemented in
port.c:461
Return value
- pdTRUE if in previous in ISR context - pdFALSE otherwise
Notes
[refactor-todo] Check if this should be inlined
Examples
xPortInterruptedFromISRContext()
is referenced by 1 libraries and example projects:
References
from
examples
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