Help for this page

Select Code to Download


  1. or download this
    $curr_reg = new Register();
    $curr_reg = \$reg_hash{IRQEN};
    
  2. or download this
    $curr_reg = $reg_hash{IRQEN}->[0];
    
  3. or download this
    foreach my $reg ( @{$reg_hash{IRQEN}} ) {
        $reg->print;
    }