[−][src]Trait drone_cortex_m::reg::field::WWRegFieldBits
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
)
[−]
&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
.