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

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

Copyable write-only register.

Implementors

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

Loading content...