riscv 0.16.0

Low level access to RISC-V processors
Documentation
1
2
3
4
5
6
7
8
//! marchid register

read_only_csr! {
    /// `marchid` register
    Marchid: 0xF12,
    mask: 0xffff_ffff,
    sentinel: 0,
}