Specifications
Commonly Called By
C/C++ programs
Device drivers
Thread-safe
Yes.
Available from ISR
Yes.
Include
<sys/alt_irq.h>
Description
The alt_irq_enable_all() function enables all interrupts that were previously disabled by
alt_irq_disable_all(). The input argument, context, is the value returned by a previous call to
alt_irq_disable_all(). Using context allows nested calls to alt_irq_disable_all() and
alt_irq_enable_all(). As a result, alt_irq_enable_all() does not necessarily enable all interrupts,
such as interrupts explicitly disabled by alt_irq_disable().
Return
--
Related Information
• alt_ic_irq_enable() on page 14-34
• alt_ic_irq_enabled() on page 14-31
• alt_ic_isr_register() on page 14-32
• alt_irq_cpu_enable_interrupts () on page 14-37
• alt_irq_disable() on page 14-36
• alt_irq_disable_all() on page 14-38
• alt_irq_enable() on page 14-39
• alt_irq_enabled() on page 14-40
• alt_irq_init() on page 14-41
• alt_irq_pending () on page 14-42
• alt_irq_register() on page 14-43
alt_irq_enabled()
Prototype
int alt_irq_enabled (void)
Commonly Called By
Device drivers
14-40
alt_irq_enabled()
NII5V2
2015.05.14
Altera Corporation
HAL API Reference
Send Feedback