truck-code
Public Attributes | List of all members
can_info_t Struct Reference

#include <can_man.h>

Collaboration diagram for can_info_t:
Collaboration graph
[legend]

Public Attributes

int port
 
int irq
 
int use_extended_frame
 
int bit_speed
 
int intr_id
 
can_filter_t filter
 

Detailed Description

State information about CAN device manager

Member Data Documentation

◆ bit_speed

int can_info_t::bit_speed

bit speed of the CAN in Kb/s

◆ filter

can_filter_t can_info_t::filter

Used to set filtering of CAN messages

◆ intr_id

int can_info_t::intr_id

ID returned by Interrupt Attach Event

◆ irq

int can_info_t::irq

Interrupt request line.

◆ port

int can_info_t::port

Base address of adapter

◆ use_extended_frame

int can_info_t::use_extended_frame

1 yes, 0 no


The documentation for this struct was generated from the following file: