pub struct R(/* private fields */);
Expand description
Register SMPR1
reader
Implementations§
source§impl R
impl R
sourcepub fn smp18(&self) -> FieldReaderRaw<u8, SMP10_A>
pub fn smp18(&self) -> FieldReaderRaw<u8, SMP10_A>
Bits 24:26 - Channel 18 sampling time selection
sourcepub fn smp17(&self) -> FieldReaderRaw<u8, SMP10_A>
pub fn smp17(&self) -> FieldReaderRaw<u8, SMP10_A>
Bits 21:23 - Channel 17 sampling time selection
sourcepub fn smp16(&self) -> FieldReaderRaw<u8, SMP10_A>
pub fn smp16(&self) -> FieldReaderRaw<u8, SMP10_A>
Bits 18:20 - Channel 16 sampling time selection
sourcepub fn smp15(&self) -> FieldReaderRaw<u8, SMP10_A>
pub fn smp15(&self) -> FieldReaderRaw<u8, SMP10_A>
Bits 15:17 - Channel 15 sampling time selection
sourcepub fn smp14(&self) -> FieldReaderRaw<u8, SMP10_A>
pub fn smp14(&self) -> FieldReaderRaw<u8, SMP10_A>
Bits 12:14 - Channel 14 sampling time selection
sourcepub fn smp13(&self) -> FieldReaderRaw<u8, SMP10_A>
pub fn smp13(&self) -> FieldReaderRaw<u8, SMP10_A>
Bits 9:11 - Channel 13 sampling time selection
sourcepub fn smp12(&self) -> FieldReaderRaw<u8, SMP10_A>
pub fn smp12(&self) -> FieldReaderRaw<u8, SMP10_A>
Bits 6:8 - Channel 12 sampling time selection
Methods from Deref<Target = R<SMPR1_SPEC>>§
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
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