pub struct R(_);Expand description
Register OSPEEDR reader
Implementations
sourceimpl R
impl R
sourcepub fn ospeed15(&self) -> OSPEED15_R
pub fn ospeed15(&self) -> OSPEED15_R
Bits 30:31 - Port x configuration bits (y = 0..15)
sourcepub fn ospeed14(&self) -> OSPEED14_R
pub fn ospeed14(&self) -> OSPEED14_R
Bits 28:29 - Port x configuration bits (y = 0..15)
sourcepub fn ospeed13(&self) -> OSPEED13_R
pub fn ospeed13(&self) -> OSPEED13_R
Bits 26:27 - Port x configuration bits (y = 0..15)
sourcepub fn ospeed12(&self) -> OSPEED12_R
pub fn ospeed12(&self) -> OSPEED12_R
Bits 24:25 - Port x configuration bits (y = 0..15)
sourcepub fn ospeed11(&self) -> OSPEED11_R
pub fn ospeed11(&self) -> OSPEED11_R
Bits 22:23 - Port x configuration bits (y = 0..15)
sourcepub fn ospeed10(&self) -> OSPEED10_R
pub fn ospeed10(&self) -> OSPEED10_R
Bits 20:21 - Port x configuration bits (y = 0..15)
Methods from Deref<Target = R<OSPEEDR_SPEC>>
Trait Implementations
sourceimpl From<R<OSPEEDR_SPEC>> for R
impl From<R<OSPEEDR_SPEC>> for R
sourcefn from(reader: R<OSPEEDR_SPEC>) -> Self
fn from(reader: R<OSPEEDR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more