pub struct W(/* private fields */);
Expand description
Register SMPR2
writer
Implementations§
Source§impl W
impl W
Sourcepub fn smp9(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 27>
pub fn smp9( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 27>
Bits 27:29 - Channel 9 sampling time selection
Sourcepub fn smp8(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 24>
pub fn smp8( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 24>
Bits 24:26 - Channel 8 sampling time selection
Sourcepub fn smp7(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 21>
pub fn smp7( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 21>
Bits 21:23 - Channel 7 sampling time selection
Sourcepub fn smp6(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 18>
pub fn smp6( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 18>
Bits 18:20 - Channel 6 sampling time selection
Sourcepub fn smp5(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 15>
pub fn smp5( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 15>
Bits 15:17 - Channel 5 sampling time selection
Sourcepub fn smp4(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 12>
pub fn smp4( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 12>
Bits 12:14 - Channel 4 sampling time selection
Sourcepub fn smp3(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 9>
pub fn smp3( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 9>
Bits 9:11 - Channel 3 sampling time selection
Sourcepub fn smp2(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 6>
pub fn smp2( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 6>
Bits 6:8 - Channel 2 sampling time selection
Sourcepub fn smp1(
&mut self,
) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 3>
pub fn smp1( &mut self, ) -> FieldWriterRaw<'_, u32, SMPR2_SPEC, u8, SMP0_A, Safe, 3, 3>
Bits 3:5 - Channel 1 sampling time selection
Methods from Deref<Target = W<SMPR2_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