pub struct W(_);
Expand description
Register SQR3
writer
Implementations
sourceimpl W
impl W
sourcepub fn sq6(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 25>
pub fn sq6(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 25>
Bits 25:29 - 6th conversion in regular sequence
sourcepub fn sq5(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 20>
pub fn sq5(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 20>
Bits 20:24 - 5th conversion in regular sequence
sourcepub fn sq4(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 15>
pub fn sq4(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 15>
Bits 15:19 - 4th conversion in regular sequence
sourcepub fn sq3(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 10>
pub fn sq3(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 10>
Bits 10:14 - 3rd conversion in regular sequence
sourcepub fn sq2(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 5>
pub fn sq2(
&mut self
) -> FieldWriterRaw<'_, u32, SQR3_SPEC, u8, u8, Unsafe, 5, 5>
Bits 5:9 - 2nd conversion in regular sequence
Methods from Deref<Target = W<SQR3_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