SimAVR
AVR Simulator
avr_vcd_signal_t Struct Reference

This structure registers IRQ change hooks to various "source" IRQs and dumps their values (if changed) at certain intervals into the VCD file. More...

#include <sim_vcd_file.h>

Collaboration diagram for avr_vcd_signal_t:

Data Fields

avr_irq_t irq
 receiving IRQ More...
 
char alias
 vcd one character alias More...
 
int size
 in bits More...
 
char name [32]
 full human name More...
 

Detailed Description

This structure registers IRQ change hooks to various "source" IRQs and dumps their values (if changed) at certain intervals into the VCD file.

Field Documentation

char alias

vcd one character alias

avr_irq_t irq

receiving IRQ

char name[32]

full human name

int size

in bits


The documentation for this struct was generated from the following file: