[][src]Trait drone_cortexm::reg::marker::URoReg

pub trait URoReg: RoReg<Urt> { }

Unsynchronized read-only register.

Implementors

impl<R> URoReg for R where
    R: RoReg<Urt>, 
[src]

Loading content...