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§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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