FreeRTOS
+
0
/5 examples
SourceVu will show references to
xPortInIsrContext()
from the following samples and libraries:
ESP-IDF
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
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
xPortInIsrContext()
xPortInIsrContext() function
Checks if the current core is in an ISR context - ISR context consist of Low/Mid priority ISR, or time tick ISR - High priority ISRs aren't detected here, but they normally cannot call C code, so that should not be an issue anyway.
Syntax
Show:
Summary
Declaration
Definition
from
portmacro.h:141
BaseType_t
xPortInIsrContext
(
void
)
;
Implemented in
port.c:445
Return value
- pdTRUE if in ISR - pdFALSE otherwise
Notes
[refactor-todo] Check if this should be inlined
Examples
xPortInIsrContext()
is referenced by 5 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