Home
last modified time | relevance | path

Searched defs:can_bittiming_const (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/can/
Dnetlink.h38 struct can_bittiming_const { struct
39 char name[16]; /* Name of the CAN controller hardware */
40 __u32 tseg1_min; /* Time segement 1 = prop_seg + phase_seg1 */
41 __u32 tseg1_max;
42 __u32 tseg2_min; /* Time segement 2 = phase_seg2 */
43 __u32 tseg2_max;
44 __u32 sjw_max; /* Synchronisation jump width */
45 __u32 brp_min; /* Bit-rate prescaler */
46 __u32 brp_max;
47 __u32 brp_inc;