pub struct W(_);Expand description
Register SQR2 writer
Implementations
sourceimpl W
impl W
sourcepub fn sq9(
&mut self
) -> FieldWriterRaw<'_, u32, SQR2_SPEC, u8, u8, Unsafe, 5, 24>
pub fn sq9(
&mut self
) -> FieldWriterRaw<'_, u32, SQR2_SPEC, u8, u8, Unsafe, 5, 24>
Bits 24:28 - ADC group regular sequencer rank 9
sourcepub fn sq8(
&mut self
) -> FieldWriterRaw<'_, u32, SQR2_SPEC, u8, u8, Unsafe, 5, 18>
pub fn sq8(
&mut self
) -> FieldWriterRaw<'_, u32, SQR2_SPEC, u8, u8, Unsafe, 5, 18>
Bits 18:22 - ADC group regular sequencer rank 8
sourcepub fn sq7(
&mut self
) -> FieldWriterRaw<'_, u32, SQR2_SPEC, u8, u8, Unsafe, 5, 12>
pub fn sq7(
&mut self
) -> FieldWriterRaw<'_, u32, SQR2_SPEC, u8, u8, Unsafe, 5, 12>
Bits 12:16 - ADC group regular sequencer rank 7
sourcepub fn sq6(
&mut self
) -> FieldWriterRaw<'_, u32, SQR2_SPEC, u8, u8, Unsafe, 5, 6>
pub fn sq6(
&mut self
) -> FieldWriterRaw<'_, u32, SQR2_SPEC, u8, u8, Unsafe, 5, 6>
Bits 6:10 - ADC group regular sequencer rank 6
Methods from Deref<Target = W<SQR2_SPEC>>
sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more