[][src]Trait drone_cortex_m::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...