|
truck-code
|
#include <can_man.h>

Public Attributes | |
| int | port |
| int | irq |
| int | use_extended_frame |
| int | bit_speed |
| int | intr_id |
| can_filter_t | filter |
State information about CAN device manager
| int can_info_t::bit_speed |
bit speed of the CAN in Kb/s
| can_filter_t can_info_t::filter |
Used to set filtering of CAN messages
| int can_info_t::intr_id |
ID returned by Interrupt Attach Event
| int can_info_t::irq |
Interrupt request line.
| int can_info_t::port |
Base address of adapter
| int can_info_t::use_extended_frame |
1 yes, 0 no
1.8.13