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

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

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

Implementors

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

Loading content...