Skip to content

Commit 33a5fa0

Browse files
Brandon Matthewsthenewwazoo
Brandon Matthews
authored andcommitted
Add STIR register address test
1 parent 0b9da3d commit 33a5fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/peripheral/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ fn nvic() {
109109
assert_eq!(address(&nvic.icpr), 0xE000E280);
110110
assert_eq!(address(&nvic.iabr), 0xE000E300);
111111
assert_eq!(address(&nvic.ipr), 0xE000E400);
112+
assert_eq!(address(&nvic.stir), 0xE000EF00);
112113
}
113114

114115
#[test]

0 commit comments

Comments
 (0)