Searched defs:emu_data (Results 1 – 1 of 1) sorted by relevance
43 struct emu_data { struct44 enum emu_chip emu_chip;45 char *emu_persistent_image;46 unsigned int emu_chip_size;50 bool emu_wrsr_ext2;51 bool emu_wrsr_ext3;52 bool erase_to_zero;53 bool emu_modified; /* is the image modified since reading it? */54 uint8_t emu_status[3];55 uint8_t emu_status_len; /* number of emulated status registers */[all …]