mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-07-16 11:32:56 +08:00
5 lines
113 B
Rust
5 lines
113 B
Rust
//! sscratch register
|
|
|
|
read_csr_as_usize!(0x140, __read_sscratch);
|
|
write_csr_as_usize!(0x140, __write_sscratch);
|