vPortClearInterruptMaskFromISR() function
Re-enable interrupts in a nested manner (meant to be called from ISRs) @warning Only applies to current CPU.
Arguments
prev_level
Previous interrupt level
![]()
portCLEAR_INTERRUPT_MASK_FROM_ISR(uxSavedInterruptStatus);
vPortClearInterruptMaskFromISR() is called by 19 functions:
![]()
vPortClearInterruptMaskFromISR()