[−][src]Trait drone_cortex_m::reg::field::WoWoRegFieldBits
Write-only multiple-bit field of write-only register.
Required methods
fn write_bits(&self, bits: <<Self::Reg as Reg<T>>::Val as Bitfield>::Bits)
Writes the reset value with the field bits replaced by bits
into the
register memory.
Implementors
impl<T, R> WoWoRegFieldBits<T> for R where
R: RegFieldBits<T> + WoWRegField<T>,
T: RegTag,
<R as RegField<T>>::Reg: WoReg<T>,
[src]
R: RegFieldBits<T> + WoWRegField<T>,
T: RegTag,
<R as RegField<T>>::Reg: WoReg<T>,