mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-12 02:46:12 +08:00
5 lines
116 B
Rust
5 lines
116 B
Rust
//! mcycle register
|
|
|
|
read_csr_as_usize!(0xB00, __read_mcycle);
|
|
read_composite_csr!(super::mcycleh::read(), read());
|