
A-54
A4
unsigned int action;
unsigned int address;
};
struct Gpib_Addr_Resp {
unsigned int error;
unsigned int address;
};
/* The system_controller procedure is used to read/modify the system
* controller mode. If system controller mode is set to TRUE, then the
* Edevice will initialize at boot time as the GPIB bus controller.
*/
struct Sys_Control_Parms {
unsigned int action;
unsigned int controller;
};
struct Sys_Control_Resp {
unsigned int error;
unsigned int controller;
};
/* The ren_mode procedure is used to read/modify the REN mode. If the
* REN mode is TRUE, then REN will be asserted at boot time.
*/
struct Ren_Parms {
unsigned int action;
unsigned int ren;
};
struct Ren_Resp {
unsigned int error;
unsigned int ren;
};
/* The eos_8_bit_mode procedure is used to read/modify the 8-bit EOS
* compare mode. If the 8-bit compare mode is TRUE, then EOS compare
* will be 8-bits. If 8-bit compare mode is FALSE, then EOS compare
* will be 7-bits.
*/
struct Eos_8bit_Parms {
unsigned int action;
unsigned int eos8bit;
};
Содержание 9099
Страница 20: ...1 16 1 Figure 1 1 9009 Outline Dimensions ...
Страница 24: ...1 20 1 Figure 1 3 9099 Certificate of Compliance ...
Страница 54: ...3 8 3 Figure 3 1 Status Reporting Structure Flash Configuration Reset ...
Страница 94: ...3 48 3 This page left intentionally blank ...
Страница 100: ...4 4 6 This page is left intentionally blank ...
Страница 161: ...A 49 A4 Refer to the ErrorLogger utility for the error value definitions Error Meaning 0 No error ...