pub struct W(/* private fields */);
Expand description
Register SQR1
writer
Implementations§
Source§impl W
impl W
Sourcepub fn l(&mut self) -> FieldWriterRaw<'_, u32, SQR1_SPEC, u8, u8, Safe, 4, 20>
pub fn l(&mut self) -> FieldWriterRaw<'_, u32, SQR1_SPEC, u8, u8, Safe, 4, 20>
Bits 20:23 - Regular channel sequence length
Sourcepub fn sq16(
&mut self,
) -> FieldWriterRaw<'_, u32, SQR1_SPEC, u8, u8, Unsafe, 5, 15>
pub fn sq16( &mut self, ) -> FieldWriterRaw<'_, u32, SQR1_SPEC, u8, u8, Unsafe, 5, 15>
Bits 15:19 - 16th conversion in regular sequence
Sourcepub fn sq15(
&mut self,
) -> FieldWriterRaw<'_, u32, SQR1_SPEC, u8, u8, Unsafe, 5, 10>
pub fn sq15( &mut self, ) -> FieldWriterRaw<'_, u32, SQR1_SPEC, u8, u8, Unsafe, 5, 10>
Bits 10:14 - 15th conversion in regular sequence
Sourcepub fn sq14(
&mut self,
) -> FieldWriterRaw<'_, u32, SQR1_SPEC, u8, u8, Unsafe, 5, 5>
pub fn sq14( &mut self, ) -> FieldWriterRaw<'_, u32, SQR1_SPEC, u8, u8, Unsafe, 5, 5>
Bits 5:9 - 14th conversion in regular sequence
Methods from Deref<Target = W<SQR1_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