Searched defs:can_bittiming_const (Results 1 – 1 of 1) sorted by relevance
47 struct can_bittiming_const { struct48 char name[16]; /* Name of the CAN controller hardware */49 __u32 tseg1_min; /* Time segement 1 = prop_seg + phase_seg1 */50 __u32 tseg1_max;51 __u32 tseg2_min; /* Time segement 2 = phase_seg2 */52 __u32 tseg2_max;53 __u32 sjw_max; /* Synchronisation jump width */54 __u32 brp_min; /* Bit-rate prescaler */55 __u32 brp_max;56 __u32 brp_inc;