pub struct R(/* private fields */);
Expand description
Register SMPR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn smpsel10(&self) -> SMPSEL10_R
pub fn smpsel10(&self) -> SMPSEL10_R
Bit 18 - Channel sampling time selection
Sourcepub fn smpsel11(&self) -> SMPSEL11_R
pub fn smpsel11(&self) -> SMPSEL11_R
Bit 19 - Channel sampling time selection
Sourcepub fn smpsel12(&self) -> SMPSEL12_R
pub fn smpsel12(&self) -> SMPSEL12_R
Bit 20 - Channel sampling time selection
Sourcepub fn smpsel13(&self) -> SMPSEL13_R
pub fn smpsel13(&self) -> SMPSEL13_R
Bit 21 - Channel sampling time selection
Sourcepub fn smpsel14(&self) -> SMPSEL14_R
pub fn smpsel14(&self) -> SMPSEL14_R
Bit 22 - Channel sampling time selection
Sourcepub fn smpsel15(&self) -> SMPSEL15_R
pub fn smpsel15(&self) -> SMPSEL15_R
Bit 23 - Channel sampling time selection
Sourcepub fn smpsel16(&self) -> SMPSEL16_R
pub fn smpsel16(&self) -> SMPSEL16_R
Bit 24 - Channel sampling time selection
Sourcepub fn smpsel17(&self) -> SMPSEL17_R
pub fn smpsel17(&self) -> SMPSEL17_R
Bit 25 - Channel sampling time selection
Sourcepub fn smpsel18(&self) -> SMPSEL18_R
pub fn smpsel18(&self) -> SMPSEL18_R
Bit 26 - Channel sampling time selection
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