Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h156 #define portASSERT_IF_IN_ISR() configASSERT( portCHECK_IF_IN_ISR() == 0 ) macro
/Kernel-v11.0.1/portable/MPLAB/PIC32MX/
Dportmacro.h183 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v11.0.1/portable/MPLAB/PIC32MEC14xx/
Dportmacro.h231 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v11.0.1/portable/MPLAB/PIC32MZ/
Dportmacro.h194 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h227 #define portASSERT_IF_IN_ISR() vPortAssertIfInISR() macro
/Kernel-v11.0.1/
Dtasks.c804 portASSERT_IF_IN_ISR(); in prvCheckForRunStateChange()
3803 portASSERT_IF_IN_ISR(); in vTaskSuspendAll()
6974 portASSERT_IF_IN_ISR(); in vTaskEnterCritical()
7014 portASSERT_IF_IN_ISR(); in vTaskEnterCritical()
7084 portASSERT_IF_IN_ISR(); in vTaskExitCritical()
7129 portASSERT_IF_IN_ISR(); in vTaskExitCritical()
/Kernel-v11.0.1/include/
DFreeRTOS.h2690 #ifndef portASSERT_IF_IN_ISR
2691 #define portASSERT_IF_IN_ISR() macro