User`s manual
Software Manual • EKF Intelligent I/O Controller Family On
CompactPCI
- 66 -
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
SJA1000_ERROR_FIFOOVERRUN: an overrun of the CANbus controller’s
internal receiver FIFO occurred,
SJA1000_ERROR_BUFFEROVERRUN: an overrun of the read ring buffer
maintained by the firmware occurred,
SJA1000_ERROR_BUSOFF: a bus-off event on the CANbus occurred.
LastErrorCapture:
This reflects the contents of the CANbus controller’s Error Capture Register (ECC) at
the moment when a bus error was detected. This can give additional information
about the type and location of the error. See the data sheet of the SJA1000 CANbus
controller for a description of the ECC.
LastArbitLostCapture:
This reflects the contents of the CANbus controller’s Arbitration Lost Capture Register
(ALC) at the moment when an arbitration lost was detected. This can give additional
information about the bit position where the lost occurred. See the data sheet of the
SJA1000 CANbus controller for a description of the ALC.
pad:
For alignment purposes.
AmountInInQueue:
The number of bytes that reside currently in the port’s read ring buffer.
AmountInOutQueue:
The number of bytes that reside currently in the port’s write buffer.
EKF16550_PERF_STATS
A structure that is used to get the current performance statistic counter values of a serial
port.
typedef struct _EKF16550_PERF_STATS
{
UINT32 ReceivedCount;
UINT32 TransmittedCount;
UINT32 FrameErrorCount;
UINT32 SerialOverrunErrorCount;
UINT32 BufferOverrunErrorCount;
UINT32 ParityErrorCount;
} EKF16550_PERF_STATS, *PEKF16550_PERF_STATS;
ReceivedCount:
The number of characters received successfully.
TransmittedCount:
The number of characters transmitted successfully.










