Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h226 #define portASSERT_IF_IN_ISR() vPortAssertIfInISR()
227 void vPortAssertIfInISR(void);
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c382 void vPortAssertIfInISR() in vPortAssertIfInISR() function