Home
last modified time | relevance | path

Searched defs:AtmegaMcuState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/avr/
H A Datmega.h26 typedef struct AtmegaMcuState AtmegaMcuState; typedef
35 struct AtmegaMcuState { struct
37 SysBusDevice parent_obj;
40 AVRCPU cpu;
41 MemoryRegion flash;
42 MemoryRegion eeprom;
43 MemoryRegion sram;
44 DeviceState *io;
45 AVRMaskState pwr[POWER_MAX];
46 AVRUsartState usart[USART_MAX];
[all …]