File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -950,12 +950,15 @@ pub struct TPIU {
950
950
reserved1 : [ u32 ; 55 ] ,
951
951
/// Selected Pin Control
952
952
pub sppr : RW < u32 > ,
953
- reserved2 : [ u32 ; 943 ] ,
953
+ reserved2 : [ u32 ; 132 ] ,
954
+ /// Formatter and Flush Control
955
+ pub ffcr : RW < u32 > ,
956
+ reserved3 : [ u32 ; 810 ] ,
954
957
/// Lock Access
955
958
pub lar : WO < u32 > ,
956
959
/// Lock Status
957
960
pub lsr : RO < u32 > ,
958
- reserved3 : [ u32 ; 4 ] ,
961
+ reserved4 : [ u32 ; 4 ] ,
959
962
/// TPIU Type
960
963
pub _type : RO < u32 > ,
961
964
}
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ fn tpiu() {
157
157
assert_eq ! ( address( & tpiu. cspsr) , 0xE004_0004 ) ;
158
158
assert_eq ! ( address( & tpiu. acpr) , 0xE004_0010 ) ;
159
159
assert_eq ! ( address( & tpiu. sppr) , 0xE004_00F0 ) ;
160
+ assert_eq ! ( address( & tpiu. ffcr) , 0xE004_0304 ) ;
160
161
assert_eq ! ( address( & tpiu. lar) , 0xE004_0FB0 ) ;
161
162
assert_eq ! ( address( & tpiu. lsr) , 0xE004_0FB4 ) ;
162
163
assert_eq ! ( address( & tpiu. _type) , 0xE004_0FC8 ) ;
You can’t perform that action at this time.
0 commit comments