[][src]Trait drone_core::reg::marker::CRwReg

pub trait CRwReg where
    Self: RwReg<Crt>,
    Self: for<'a> WRegAtomic<'a, Crt>,
    Self: Copy
{ }

Copyable read-write register.

Implementors

impl<R> CRwReg for R where
    R: RwReg<Crt>,
    R: for<'a> WRegAtomic<'a, Crt>,
    R: Copy
[src]

Loading content...