pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn afrl7(&self) -> Afrl7R
pub fn afrl7(&self) -> Afrl7R
Bits 28:31 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl6(&self) -> Afrl6R
pub fn afrl6(&self) -> Afrl6R
Bits 24:27 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl5(&self) -> Afrl5R
pub fn afrl5(&self) -> Afrl5R
Bits 20:23 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl4(&self) -> Afrl4R
pub fn afrl4(&self) -> Afrl4R
Bits 16:19 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl3(&self) -> Afrl3R
pub fn afrl3(&self) -> Afrl3R
Bits 12:15 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afrl2(&self) -> Afrl2R
pub fn afrl2(&self) -> Afrl2R
Bits 8:11 - Alternate function selection for port x bit y (y = 0..7)
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