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

pub trait CWoWoRegFieldBit where
    Self: WoWoRegFieldBit<Crt>,
    Self: Copy,
    Self::Reg: CWoReg
{ }

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

Implementors

impl<R> CWoWoRegFieldBit for R where
    R: WoWoRegFieldBit<Crt>,
    R: Copy,
    R::Reg: CWoReg
[src]

Loading content...