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

pub trait SWoWoRegFieldBit: WoWoRegFieldBit<Srt> where
    Self::Reg: SWoReg
{ }

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

Implementors

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

Loading content...