Searched defs:RX62NState (Results 1 – 1 of 1) sorted by relevance
35 typedef struct RX62NState RX62NState; typedef50 struct RX62NState { struct52 DeviceState parent_obj;55 RXCPU cpu;56 RXICUState icu;57 RTMRState tmr[RX62N_NR_TMR];58 RCMTState cmt[RX62N_NR_CMT];59 RSCIState sci[RX62N_NR_SCI];61 MemoryRegion *sysmem;62 bool kernel;[all …]