pub struct R(/* private fields */);
Expand description
Register AFRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn afsel7(&self) -> AFSEL7_R
pub fn afsel7(&self) -> AFSEL7_R
Bits 28:31 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afsel6(&self) -> AFSEL6_R
pub fn afsel6(&self) -> AFSEL6_R
Bits 24:27 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afsel5(&self) -> AFSEL5_R
pub fn afsel5(&self) -> AFSEL5_R
Bits 20:23 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afsel4(&self) -> AFSEL4_R
pub fn afsel4(&self) -> AFSEL4_R
Bits 16:19 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afsel3(&self) -> AFSEL3_R
pub fn afsel3(&self) -> AFSEL3_R
Bits 12:15 - Alternate function selection for port x bit y (y = 0..7)
Sourcepub fn afsel2(&self) -> AFSEL2_R
pub fn afsel2(&self) -> AFSEL2_R
Bits 8:11 - Alternate function selection for port x bit y (y = 0..7)
Methods from Deref<Target = R<AFRL_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