Searched defs:AtmegaMcuState (Results 1 – 1 of 1) sorted by relevance
26 typedef struct AtmegaMcuState AtmegaMcuState; typedef35 struct AtmegaMcuState { struct37 SysBusDevice parent_obj;40 AVRCPU cpu;41 MemoryRegion flash;42 MemoryRegion eeprom;43 MemoryRegion sram;44 MemoryRegion sram_io;45 DeviceState *io;46 AVRMaskState pwr[POWER_MAX];[all …]