Trait URoReg
drone_riscv::reg::marker
pub trait URoReg: RoReg<Urt> { }
Unsynchronized read-only register.
impl<R> URoReg for R where R: RoReg<Urt>,