All Classes Namespaces Files Functions Variables Groups Pages
Variables
FALLING_EDGE_IRQ_STATUS_REGISTER

Constants

FALLING_EDGE_IRQ_STATUS_REGISTER  RegisterLocation := init ( " falling_edge_irq_status " , toInt ( x " 0A " ) , NUM_IRQ_BITS , FALLING_EDGE_IRQ_REG_CFG )

Detailed Description

This creates a Falling Edge Triggered IRQ register. Since there is no IRQ mask register at the next register location, by default all IRQs in this status register will be unmasked. See the IRQ Status Register for more details on its operation.

Variable Documentation

FALLING_EDGE_IRQ_STATUS_REGISTER RegisterLocation := init ( " falling_edge_irq_status " , toInt ( x " 0A " ) , NUM_IRQ_BITS , FALLING_EDGE_IRQ_REG_CFG )
Constant

Definition at line 425 of file ExampleComponent.vhd.