Searched defs:PCArch (Results 1 – 4 of 4) sorted by relevance
13 typedef struct PCArch PCArch; typedef288 struct PCArch struct290 char* id;291 int (*ident)(void); /* this should be in the model */292 void (*reset)(void); /* this should be in the model */293 int (*serialpower)(int); /* 1 == on, 0 == off */294 int (*modempower)(int); /* 1 == on, 0 == off */296 void (*intrinit)(void);297 int (*intrenable)(Vctl*);298 int (*intrvecno)(int);[all …]
11 typedef struct PCArch PCArch; typedef284 struct PCArch struct286 char* id;287 int (*ident)(void); /* this should be in the model */288 void (*reset)(void); /* this should be in the model */289 int (*serialpower)(int); /* 1 == on, 0 == off */290 int (*modempower)(int); /* 1 == on, 0 == off */292 void (*intrinit)(void);293 int (*intrenable)(Vctl*);294 int (*intrvecno)(int);[all …]
9 typedef struct PCArch PCArch; typedef