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