Trait SRoReg
drone_cortexm::reg::marker
pub trait SRoReg: RoReg<Srt> { }
Synchronized read-only register.
impl<R> SRoReg for R where R: RoReg<Srt>,