MiniCAN | MiniCAN: CAN_INTERFACE_STATE Struct Reference | Documentation |
#include <minican.h>
Data Fields | |
ULONG | ulTimeStampHi |
upper 32 bit of timestamp | |
ULONG | ulTimeStampLo |
lower 32 bit of timestamp | |
USHORT | usBusState |
bus state: XCAN_BUS_ON, XCAN_BUS_HEAVY, XCAN_BUS_OFF, XCAN_LINE_ERROR | |
USHORT | usBusInfo |
error info: 1=stuff error, 2=format error, 3=Ack error, 4+5=bit error, 6=CRC error |
This structure is provided in the parameter space to indicate the current bus state. It can be read using max_read_par_block (offset CAN_PARAM_STATE0 or CAN_PARAM_STATE1).
Definition at line 87 of file minican.h.
bus state: XCAN_BUS_ON, XCAN_BUS_HEAVY, XCAN_BUS_OFF, XCAN_LINE_ERROR
Definition at line 91 of file minican.h.
Referenced by CbControl().
24 Sep 2008 | SORCUS Computer GmbH |