truck-code
|
#include <sja1000.h>
Public Attributes | |
unsigned int | baud |
unsigned int | status |
unsigned int | error_warning_limit |
unsigned int | rx_errors |
unsigned int | tx_errors |
unsigned int | error_code |
unsigned int | rx_buffer_size |
unsigned int | rx_buffer_used |
unsigned int | tx_buffer_size |
unsigned int | tx_buffer_used |
unsigned long | retval |
IOCTL generic CAN controller status request parameter structure
unsigned int CanStatusPar::baud |
actual baud rate
unsigned int CanStatusPar::error_code |
content of error code register
unsigned int CanStatusPar::error_warning_limit |
the error warning limit
unsigned long CanStatusPar::retval |
return value
unsigned int CanStatusPar::rx_buffer_size |
size of rx buffer
unsigned int CanStatusPar::rx_buffer_used |
number of messages
unsigned int CanStatusPar::rx_errors |
content of RX error counter
unsigned int CanStatusPar::status |
CAN controller status register
unsigned int CanStatusPar::tx_buffer_size |
size of tx buffer
unsigned int CanStatusPar::tx_buffer_used |
number of messages
unsigned int CanStatusPar::tx_errors |
content of TX error counter