pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn ospeedr15(&self) -> Ospeedr15R
pub fn ospeedr15(&self) -> Ospeedr15R
Bits 30:31 - Port x configuration bits (y = 0..15)
Sourcepub fn ospeedr14(&self) -> Ospeedr14R
pub fn ospeedr14(&self) -> Ospeedr14R
Bits 28:29 - Port x configuration bits (y = 0..15)
Sourcepub fn ospeedr13(&self) -> Ospeedr13R
pub fn ospeedr13(&self) -> Ospeedr13R
Bits 26:27 - Port x configuration bits (y = 0..15)
Sourcepub fn ospeedr12(&self) -> Ospeedr12R
pub fn ospeedr12(&self) -> Ospeedr12R
Bits 24:25 - Port x configuration bits (y = 0..15)
Sourcepub fn ospeedr11(&self) -> Ospeedr11R
pub fn ospeedr11(&self) -> Ospeedr11R
Bits 22:23 - Port x configuration bits (y = 0..15)
Sourcepub fn ospeedr10(&self) -> Ospeedr10R
pub fn ospeedr10(&self) -> Ospeedr10R
Bits 20:21 - Port x configuration bits (y = 0..15)
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