FreeRTOS
portCHECK_IF_IN_ISR
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
portCHECK_IF_IN_ISR
portCHECK_IF_IN_ISR macro
Used by FreeRTOS functions to call the correct version of critical section API
Syntax
Show:
Summary
Declaration
from
portmacro.h:436
#define
portCHECK_IF_IN_ISR
(
)
xPortInIsrContext
(
)
Examples
References
from
examples
Code
Location
#define
portCHECK_IF_IN_ISR
(
)
xPortInIsrContext
(
)
portmacro.h:436
if
(
portCHECK_IF_IN_ISR
(
)
==
pdFALSE
)
freertos_idf_additions_priv.h:66
if
(
portCHECK_IF_IN_ISR
(
)
==
pdFALSE
)
freertos_idf_additions_priv.h:83
if
(
portCHECK_IF_IN_ISR
(
)
==
pdFALSE
)
tasks.c:3877
if
(
portCHECK_IF_IN_ISR
(
)
==
pdFALSE
)
tasks.c:3961
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