User`s manual

Software Manual • EKF Intelligent I/O Controller Family On
CompactPCI
- 67 -
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
FrameErrorCount:
The number of framing errors detected by the serial controller.
SerialOverrunErrorCount:
The number of overruns of the serial controller’s internal receive FIFO.
BufferOverrunErrorCount:
The number of overruns of the read ring buffer maintained by the firmware.
ParityErrorCount:
The number of parity errors detected by the serial controller.
SJA1000_PERF_STATS
A structure that is used to get the current performance statistic counter values of a CANbus
port.
typedef struct _SJA1000_PERF_STATS
{
UINT32 ReceivedCount;
UINT32 TransmittedCount;
UINT32 BusErrorCount;
UINT32 ArbitLostCount;
UINT32 FifoOverrunErrorCount;
UINT32 BufferOverrunErrorCount;
UINT32 ErrorWarningIrqCount;
UINT32 ErrorPassiveIrqCount;
UINT32 WakeUpIrqCount;
UINT32 TransmitErrorCount;
} SJA1000_PERF_STATS, *PSJA1000_PERF_STATS;
ReceivedCount:
The number of frames received successfully.
TransmittedCount:
The number of frames transmitted successfully.
BusErrorCount:
The number of bus errors detected by the CANbus controller.
ArbitLostCount:
The number of arbitrations that were lost by the CANbus controller.
FifoOverrunErrorCount:
The number of overruns of the CANbus controller’s internal receive FIFO.
BufferOverrunErrorCount:
The number of overruns of the read ring buffer maintained by the firmware.