File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ bitfield! {
78
78
#[ derive( Copy , Clone ) ]
79
79
/// Comparator FUNCTIONn register.
80
80
pub struct Function ( u32 ) ;
81
- get_function, set_function: 3 , 0 ;
81
+ u8 , get_function, set_function: 3 , 0 ;
82
82
get_emitrange, set_emitrange: 5 ;
83
83
get_cycmatch, set_cycmatch: 7 ;
84
84
get_datavmatch, set_datavmatch: 8 ;
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ bitfield! {
41
41
get_syncena, set_synena: 2 ;
42
42
get_txena, set_txena: 3 ;
43
43
get_swoena, set_swoena: 4 ;
44
- get_tsprescale, set_tsprecale: 9 , 8 ;
45
- get_gtsfreq, set_gtsfreq: 11 , 10 ;
46
- get_tracebusid, set_tracebusid: 22 , 16 ;
44
+ u8 , get_tsprescale, set_tsprecale: 9 , 8 ;
45
+ u8 , get_gtsfreq, set_gtsfreq: 11 , 10 ;
46
+ u8 , get_tracebusid, set_tracebusid: 22 , 16 ;
47
47
busy, _: 23 ;
48
48
}
49
49
You can’t perform that action at this time.
0 commit comments