Home
last modified time | relevance | path

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

/qemu/hw/avr/
H A Datmega.h26 typedef struct AtmegaMcuState AtmegaMcuState; typedef
27 DECLARE_INSTANCE_CHECKER(AtmegaMcuState, ATMEGA_MCU,
35 struct AtmegaMcuState { struct
H A Datmega.c206 static void connect_power_reduction_gpio(AtmegaMcuState *s, in connect_power_reduction_gpio()
220 AtmegaMcuState *s = ATMEGA_MCU(dev); in atmega_realize()
359 DEFINE_PROP_UINT64("xtal-frequency-hz", AtmegaMcuState,
454 .instance_size = sizeof(AtmegaMcuState),
H A Darduino.c23 AtmegaMcuState mcu;