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

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

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

Implementors

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

Loading content...