#include <can.h>
Data Fields | |
unsigned long long | id |
unsigned long long | mask |
unsigned long | baud |
int | index |
volatile u8 * | base |
canqueue | tx |
canqueue | rx |
Definition at line 132 of file can.h.
|
CAN module index, for the IPAC this must be 0, set by CAN_device call |
|
CAN mask, full extended functionality not yet implemented |
|
CAN bitrate in KHz, acceptable values are 250,500, and 1000 |
|
CAN ID, full extended functionality not yet implemented |
|
base address, auto set by CAN_device call |