Home
last modified time | relevance | path

Searched refs:xPortInIsrContext (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h209 if( xPortInIsrContext() ) { \
219 if( xPortInIsrContext() ) { \
504 BaseType_t xPortInIsrContext();
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c336 BaseType_t xPortInIsrContext() in xPortInIsrContext() function
388 if( xPortInIsrContext() ) in vPortAssertIfInISR()
393 configASSERT( !xPortInIsrContext() ); in vPortAssertIfInISR()