riscv 0.16.0

Low level access to RISC-V processors
Documentation
1
2
3
4
//! time register

read_csr_as_usize!(0xC01);
read_composite_csr!(super::timeh::read(), read());