Searched refs:portASSERT_IF_IN_ISR (Results 1 – 6 of 6) sorted by relevance
183 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
194 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
231 #define portASSERT_IF_IN_ISR() configASSERT( uxInterruptNesting == 0 ) macro
226 #define portASSERT_IF_IN_ISR() vPortAssertIfInISR() macro
936 #ifndef portASSERT_IF_IN_ISR937 #define portASSERT_IF_IN_ISR() macro
4427 portASSERT_IF_IN_ISR(); in vTaskEnterCritical()