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

pub trait CWoWoRegFieldBitBand where
    Self: WoWoRegFieldBitBand<Crt>,
    Self: Copy,
    Self::Reg: CWoRegBitBand
{ }

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

Implementors

impl<R> CWoWoRegFieldBitBand for R where
    R: WoWoRegFieldBitBand<Crt>,
    R: Copy,
    R::Reg: CWoRegBitBand
[src]

Loading content...