Searched defs:PCArch (Results 1 – 4 of 4) sorted by relevance
14 typedef struct PCArch PCArch; typedef295 struct PCArch struct297 char* id;298 int (*ident)(void); /* this should be in the model */299 void (*reset)(void); /* this should be in the model */300 int (*serialpower)(int); /* 1 == on, 0 == off */301 int (*modempower)(int); /* 1 == on, 0 == off */303 void (*intrinit)(void);304 int (*intrenable)(Vctl*);305 int (*intrvecno)(int);[all …]
12 typedef struct PCArch PCArch; typedef295 struct PCArch struct297 char* id;298 int (*ident)(void); /* this should be in the model */299 void (*reset)(void); /* this should be in the model */300 int (*serialpower)(int); /* 1 == on, 0 == off */301 int (*modempower)(int); /* 1 == on, 0 == off */303 void (*intrinit)(void);304 int (*intrenable)(Vctl*);305 int (*intrvecno)(int);[all …]
10 typedef struct PCArch PCArch; typedef