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

pub trait CWoWoRegFieldBits where
    Self: WoWoRegFieldBits<Crt>,
    Self: Copy,
    Self::Reg: CWoReg
{ }

Copyable multi-bit write-only field of write-only register.

Implementors

impl<R> CWoWoRegFieldBits for R where
    R: WoWoRegFieldBits<Crt>,
    R: Copy,
    R::Reg: CWoReg
[src]

Loading content...