[][src]Trait drone_cortex_m::reg::marker::SRoReg

pub trait SRoReg: RoReg<Srt> { }

Synchronized read-only register.

Implementors

impl<R> SRoReg for R where
    R: RoReg<Srt>, 
[src]

Loading content...