Home
last modified time | relevance | path

Searched refs:portASSERT_IF_IN_ISR (Results 1 – 6 of 6) sorted by relevance

/Kernel-v10.6.2/portable/MPLAB/PIC32MX/
Dportmacro.h183 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v10.6.2/portable/MPLAB/PIC32MZ/
Dportmacro.h194 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v10.6.2/portable/MPLAB/PIC32MEC14xx/
Dportmacro.h231 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h226 #define portASSERT_IF_IN_ISR() vPortAssertIfInISR() macro
/Kernel-v10.6.2/include/
DFreeRTOS.h936 #ifndef portASSERT_IF_IN_ISR
937 #define portASSERT_IF_IN_ISR() macro
/Kernel-v10.6.2/
Dtasks.c4427 portASSERT_IF_IN_ISR(); in vTaskEnterCritical()