Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h153 #define portASSERT_IF_IN_ISR() configASSERT( portCHECK_IF_IN_ISR() == 0 ) macro
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dportmacro.h183 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dportmacro.h231 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dportmacro.h194 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h227 #define portASSERT_IF_IN_ISR() vPortAssertIfInISR() macro
/Kernel-v11.1.0/
Dtasks.c811 portASSERT_IF_IN_ISR(); in prvCheckForRunStateChange()
3839 portASSERT_IF_IN_ISR(); in vTaskSuspendAll()
6940 portASSERT_IF_IN_ISR(); in vTaskEnterCritical()
6980 portASSERT_IF_IN_ISR(); in vTaskEnterCritical()
7050 portASSERT_IF_IN_ISR(); in vTaskExitCritical()
7095 portASSERT_IF_IN_ISR(); in vTaskExitCritical()
/Kernel-v11.1.0/include/
DFreeRTOS.h2762 #ifndef portASSERT_IF_IN_ISR
2763 #define portASSERT_IF_IN_ISR() macro