Visible to Intel only — GUID: mwh1416946906571
Ixiasoft
Visible to Intel only — GUID: mwh1416946906571
Ixiasoft
8.3.1.8.1. Nested Hardware Interrupts with the Internal Interrupt Controller
If you choose to continue using the legacy APIs, you must first comment out #define ALT_ENHANCED_INTERRUPT_API_PRESENT in system.h.
The call to alt_irq_interruptible() adjusts the interrupt mask so that higher-priority interrupts can take control from the running ISR. When your ISR calls alt_irq_non_interruptible(), the interrupt mask is returned to its previous state.