FreeRTOS
+
0
/1 examples
SourceVu will show references to
portCHECK_IF_IN_ISR
from the following samples and libraries:
PicoSDK
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
Raspberry Pi Pico SDK and Examples
FreeRTOS
portCHECK_IF_IN_ISR
portCHECK_IF_IN_ISR macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:146
#define
portCHECK_IF_IN_ISR
(
)
\
(
{
\
uint32_t
ulIPSR
;
\
__asm
volatile
(
"mrs %0, IPSR"
:
"=r"
(
ulIPSR
)
::
)
;
\
(
(
uint8_t
)
ulIPSR
)
>
0
;
}
)
Examples
portCHECK_IF_IN_ISR
is referenced by 1 libraries and example projects:
PicoSDK
References
from
0/1
examples
Code
Location
#define
portCHECK_IF_IN_ISR
(
)
\
portmacro.h:146
configASSERT
(
!
portCHECK_IF_IN_ISR
(
)
)
;
port.c:1023
if
(
!
portCHECK_IF_IN_ISR
(
)
)
port.c:1060
configASSERT
(
!
portCHECK_IF_IN_ISR
(
)
)
;
port.c:1101
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out