A-55
A4
struct Eos_8bit_Resp {
unsigned int error;
unsigned int eos8bit;
};
/* The auto_eos_mode procedure is used to read/modify the automatic EOS
* on EOI mode. If the autoEos mode is TRUE, then an EOS character will
* be sent wtih EOI.
*/
struct Auto_Eos_Parms {
unsigned int action;
unsigned int autoEos;
};
struct Auto_Eos_Resp {
unsigned int error;
unsigned int autoEos;
};
/* The eos_active_mode procedure is used to read/modify the EOS active mode.
* If the EOS mode is TRUE, then an EOS character will terminate reads.
*/
struct Eos_Active_Parms {
unsigned int action;
unsigned int eosActive;
};
struct Eos_Active_Resp {
unsigned int error;
unsigned int eosActive;
};
/* The eos_char procedure is used to read/modify the EOS character.
*/
struct Eos_Char_Parms {
unsigned int action;
unsigned int eos;
};
struct Eos_Char_Resp {
unsigned int error;
unsigned int eos;
};
Содержание 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 ...