xPortInterruptedFromISRContext() function
Check if in ISR context from High priority ISRs - Called from High priority ISR - Checks if the previous context (before high priority interrupt) was in ISR context (meaning low/med priority)
Return value
- pdTRUE if in previous in ISR context - pdFALSE otherwise
Notes
[refactor-todo] Check if this should be inlined
xPortInterruptedFromISRContext() calls 1 function:
![]()
xPortInterruptedFromISRContext()
xPortInterruptedFromISRContext() reads 1 variable:
![]()
xPortInterruptedFromISRContext()