We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17410c commit 02c1edfCopy full SHA for 02c1edf
riscv/src/register/dcsr.rs
@@ -5,7 +5,7 @@
5
read_write_csr! {
6
/// Debug Control and Status Register
7
Dcsr: 0x7b0,
8
- mask: 0x8000_0fff,
+ mask: 0xf000_bfdf,
9
}
10
11
csr_field_enum! {
0 commit comments