Home | History | Annotate | Download | only in netcan

Lines Matching refs:uint32_t

41 	uint32_t cltc_prop_min; /* prop seg, in tq */
42 uint32_t cltc_prop_max;
43 uint32_t cltc_ps1_min; /* phase1 seg, in tq */
44 uint32_t cltc_ps1_max;
45 uint32_t cltc_ps2_min; /* phase 2 seg, in tq */
46 uint32_t cltc_ps2_max;
47 uint32_t cltc_sjw_max; /* Synchronisation Jump Width */
48 uint32_t cltc_brp_min; /* bit-rate prescaler */
49 uint32_t cltc_brp_max;
50 uint32_t cltc_brp_inc;
51 uint32_t cltc_clock_freq; /* prescaler input clock, in hz */
52 uint32_t cltc_linkmode_caps; /* link mode, see below */
58 uint32_t clt_brp; /* prescaler value */
59 uint32_t clt_prop; /* Propagation segment in tq */
60 uint32_t clt_ps1; /* Phase segment 1 in tq */
61 uint32_t clt_ps2; /* Phase segment 2 in tq */
62 uint32_t clt_sjw; /* Synchronisation jump width in tq */
75 #define CANGLINKMODE 3 /* (uint32_t) get bits */
76 #define CANSLINKMODE 4 /* (uint32_t) set bits */
77 #define CANCLINKMODE 5 /* (uint32_t) clear bits */