xous-kernel/xous-riscv/src/register/mhartid.rs

4 lines
68 B
Rust

//! mhartid register
read_csr_as_usize!(0xf14, __read_mhartid);