[−][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
.
Implementors
impl<T, R> WWRegFieldBits<T> for R where
R: RegFieldBits<T> + WWRegField<T>,
T: RegTag,
<R as RegField<T>>::Reg: WReg<T>,
[src]
R: RegFieldBits<T> + WWRegField<T>,
T: RegTag,
<R as RegField<T>>::Reg: WReg<T>,