User manual

struct CPC_CAN_MSG
Declaration: struct CPC_CAN_MSG{
unsigned short id;
unsigned char length;
unsigned char overrun;
unsigned char msg[8];
};
Description: CPC_CAN_MSG serves for transfer of CAN
messages between application program and
interface library
struct CPC_CAN_PARAMS
Declaration: struct CPC_CAN_PARAMS{
unsigned char acc_code;
unsigned char acc_mask;
unsigned char btr0, btr1;
unsigned char outp_contr;
};
Description: CPC_CAN_PARAMS defines initialization
values for the CAN controller in CPC-XTI
(type PCA82C200)
User Manual CPC-XTI
EMS Dr. Thomas Wünsche 7
struct CPC_INIT_PARAMS
Declaration: struct CPC_INIT_PARAMS{
struct CPC_CAN_PARAMS
std_can_params;
unsigned char secure_transmit;
void interrupt (far * inthandler)();
};
Description: The global variable CPC_Init_Params, which
has this type, holds initialization parameters.
CPC-XTI User Manual
8 EMS Dr. Thomas Wünsche