FreeRTOS
vPortAssertIfInISR()
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
vPortAssertIfInISR()
vPortAssertIfInISR() function
Assert if in ISR context - Asserts on xPortInIsrContext() internally
Syntax
Show:
Summary
Declaration
Definition
from
portmacro.h:148
void
vPortAssertIfInISR
(
void
)
;
Implemented in
port.c:455
Examples
References
from
examples
Code
Location
Referrer
void
vPortAssertIfInISR
(
void
)
port.c:455
void
vPortAssertIfInISR
(
void
)
;
portmacro.h:148
vPortAssertIfInISR
(
)
;
idf_additions.c:131
vTaskDeleteWithCaps()
Call Tree
from
examples
vPortAssertIfInISR()
is called by 1 function and calls 2 functions:
vTaskDeleteWithCaps()
All items filtered out
vPortAssertIfInISR()
__assert_func()
xPortInIsrContext()
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