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 550914c commit 2d68fbfCopy full SHA for 2d68fbf
src/register/mstatus.rs
@@ -9,7 +9,6 @@
9
10
use bit_field::BitField;
11
12
-
13
/// mstatus register
14
#[derive(Clone, Copy, Debug)]
15
pub struct Mstatus {
src/register/scause.rs
@@ -2,7 +2,6 @@
2
3
4
5
6
/// scause register
7
#[derive(Clone, Copy)]
8
pub struct Scause {
src/register/sstatus.rs
@@ -3,7 +3,6 @@
pub use super::mstatus::FS;
/// Supervisor Status Register
pub struct Sstatus {
0 commit comments