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

pub trait UWoWoRegFieldBits: WoWoRegFieldBits<Urt> where
    Self::Reg: UWoReg
{ }

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

Implementors

impl<R> UWoWoRegFieldBits for R where
    R: WoWoRegFieldBits<Urt>,
    <R as RegField<Urt>>::Reg: UWoReg
[src]

Loading content...