Trait drone_cortexm::reg::field::WWRegFieldBits [−][src]
Writable multiple-bit field of writable register.
Required methods
pub 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 as RegField<T>>::Reg: WReg<T>,
[src]
T: RegTag,
R: RegFieldBits<T> + WWRegField<T>,
<R as RegField<T>>::Reg: WReg<T>,