All Classes Namespaces Files Functions Variables Groups Pages
Variables
TRIGGER_IRQ_REGISTER

Constants

IRQ_BIT  RegisterBit := 0
NUM_IRQ_BITS  natural := IRQ_BIT + 1
TRIGGER_IRQ_REGISTER  RegisterLocation := init ( " trigger_irq " , REG_COMPONENT_START_ADDR + toInt ( x " 06 " ) , NUM_IRQ_BITS , RW_REG_CFG )

Detailed Description

This register location contains a level triggered IRQ and you will see the associated IRQ bit trigger, assuming the IRQ mask has been set. See the IRQ Status Register for more details on its operation.

Trigger rising edge IRQ

Variable Documentation

IRQ_BIT RegisterBit := 0
Constant

Definition at line 390 of file ExampleComponent.vhd.

NUM_IRQ_BITS natural := IRQ_BIT + 1
Constant

The number of IRQs per IRQ Status register

Definition at line 392 of file ExampleComponent.vhd.

TRIGGER_IRQ_REGISTER RegisterLocation := init ( " trigger_irq " , REG_COMPONENT_START_ADDR + toInt ( x " 06 " ) , NUM_IRQ_BITS , RW_REG_CFG )
Constant

Definition at line 394 of file ExampleComponent.vhd.