Trait drone_core::reg::field::WWRegFieldBits [−][src]
pub trait WWRegFieldBits<T: RegTag> where
Self: RegFieldBits<T> + WWRegField<T>,
Self::Reg: WReg<T>, { fn write(
&self,
val: &mut <Self::Reg as Reg<T>>::Val,
bits: <<Self::Reg as Reg<T>>::Val as Bitfield>::Bits
); }
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
Loading content...