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 DeviceState *io;45 AVRMaskState pwr[POWER_MAX];46 AVRUsartState usart[USART_MAX];[all …]