User`s manual

Software Manual • EKF Intelligent I/O Controller Family On
CompactPCI
- 63 -
EKF Elektronik GmbH * Philipp-Reis-Str. 4 * D-59065 HAMM (Germany)
Tel. +49 (0)2381/6890-0 * Fax. +49 (0)2381/6890-90 * E-Mail info@ekf.de * Internet http://www.ekf.de
UCHAR pad[12];
} EKF_INIT_PARAMS_CAN, *PEKF_INIT_PARAMS_CAN;
ClockRate:
Base clock of the CANbus controller in Hz.
BaudRate:
Initial baud rate in bits per second.
Acceptance:
Structure containing the initial acceptance filter (see description of structure
SJA1000_ACCEPTANCE).
pad:
For alignment purposes.
EKF_INIT_PARAMS_SERIAL
A structure that describes the initialization parameter block passed with the initialization
message CMDIMR_INIT for a serial device.
typedef struct _EKF_INIT_PARAMS_SERIAL
{
UINT32 RxFifoTrigger;
UINT32 TxFifoAmount;
UINT32 ClockRate;
UINT32 BaudRate;
UINT32 BufferSizePt8;
UINT8 LineControl;
UINT8 ValidDataMask;
UINT16 pad1;
EKF16550_CHARS SpecialChars;
EKF16550_HANDFLOW HandFlow;
} EKF_INIT_PARAMS_SERIAL, *PEKF_INIT_PARAMS_SERIAL;
RxFifoTrigger:
Receiver FIFO interrupt trigger level definition:
FCR_RXTRIG_1: request interrupt on each character in the FIFO,
FCR_RXTRIG_4: request interrupt on 4 characters in the FIFO,
FCR_RXTRIG_8: request interrupt on 8 characters in the FIFO,
FCR_RXTRIG_14: request interrupt on 14 characters in the FIFO.
TxFifoAmount:
Size of the transmit FIFO in bytes (max. 16).
ClockRate:
Base clock of the serial controller in Hz.