pub struct W(/* private fields */);
Expand description
Register SMPR1
writer
Implementations§
Source§impl W
impl W
Sourcepub fn smp18(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 24>
pub fn smp18( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 24>
Bits 24:26 - Channel 18 sampling time selection
Sourcepub fn smp17(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 21>
pub fn smp17( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 21>
Bits 21:23 - Channel 17 sampling time selection
Sourcepub fn smp16(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 18>
pub fn smp16( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 18>
Bits 18:20 - Channel 16 sampling time selection
Sourcepub fn smp15(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 15>
pub fn smp15( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 15>
Bits 15:17 - Channel 15 sampling time selection
Sourcepub fn smp14(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 12>
pub fn smp14( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 12>
Bits 12:14 - Channel 14 sampling time selection
Sourcepub fn smp13(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 9>
pub fn smp13( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 9>
Bits 9:11 - Channel 13 sampling time selection
Sourcepub fn smp12(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 6>
pub fn smp12( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 6>
Bits 6:8 - Channel 12 sampling time selection
Sourcepub fn smp11(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 3>
pub fn smp11( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR1_SPEC, u8, SMP10_A, Safe, 3, 3>
Bits 3:5 - Channel 11 sampling time selection
Methods from Deref<Target = W<SMPR1_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