Trait drone_core::reg::field::WWRegFieldBits [−][src]
Writable multiple-bit field of writable register.
Required methods
fn write(
&self,
val: &mut <Self::Reg as Reg<T>>::Val,
bits: <<Self::Reg as Reg<T>>::Val as Bitfield>::Bits
)
[src]
&self,
val: &mut <Self::Reg as Reg<T>>::Val,
bits: <<Self::Reg as Reg<T>>::Val as Bitfield>::Bits
)
Replaces the field bits in val
by bits
.
Implementors
impl<T, R> WWRegFieldBits<T> for R where
T: RegTag,
R: RegFieldBits<T> + WWRegField<T>,
R::Reg: WReg<T>,
[src]
T: RegTag,
R: RegFieldBits<T> + WWRegField<T>,
R::Reg: WReg<T>,