pub struct W(/* private fields */);
Expand description
Register SQR3
writer
Implementations§
Source§impl 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§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more