Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h208 if( xPortInIsrContext() ) { \
218 if( xPortInIsrContext() ) { \
497 BaseType_t xPortInIsrContext();
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c334 BaseType_t xPortInIsrContext() in xPortInIsrContext() function
384 if( xPortInIsrContext() ) in vPortAssertIfInISR()
389 configASSERT( !xPortInIsrContext() ); in vPortAssertIfInISR()