Home
last modified time | relevance | path

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

/linux/include/uapi/linux/can/
A Dnetlink.h47 struct can_bittiming_const { struct
48 char name[16]; /* Name of the CAN controller hardware */
49 __u32 tseg1_min; /* Time segment 1 = prop_seg + phase_seg1 */
50 __u32 tseg1_max;
51 __u32 tseg2_min; /* Time segment 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;

Completed in 23 milliseconds