This structure is used to represent CAN statistics.
More...
#include <can-stats.h>
|
unsigned long | tx_done |
| This member holds number of succesful TX frames.
|
|
unsigned long | rx_done |
| This member holds number of succesful RX frames.
|
|
unsigned long | tx_bytes |
| This member holds number of bytes succesfully send.
|
|
unsigned long | rx_bytes |
| This member holds number of bytes succesfully received.
|
|
unsigned long | tx_error |
| This member holds number of TX errors.
|
|
unsigned long | rx_error |
| This member holds number of RX errors.
|
|
unsigned long | rx_overflows |
| This member holds number of overflows on RX side.
|
|
int | chip_state |
| This member holds controller's state (error active, passive, bus off)
|
|
This structure is used to represent CAN statistics.
The documentation for this struct was generated from the following file: