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

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

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

Implementors

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

Loading content...