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

pub trait SWoWoRegFieldBits: WoWoRegFieldBits<Srt> where
    Self::Reg: SWoReg
{ }

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

Implementors

impl<R> SWoWoRegFieldBits for R where
    R: WoWoRegFieldBits<Srt>,
    <R as RegField<Srt>>::Reg: SWoReg
[src]

Loading content...