Trait drone_core::reg::field::WoWoRegFieldBits [−][src]
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)
[src]
Writes the reset value with the field bits replaced by bits
into the
register memory.
Implementors
impl<T, R> WoWoRegFieldBits<T> for R where
T: RegTag,
R: RegFieldBits<T> + WoWRegField<T>,
R::Reg: WoReg<T>,
[src]
T: RegTag,
R: RegFieldBits<T> + WoWRegField<T>,
R::Reg: WoReg<T>,