pub struct R(/* private fields */);
Expand description
Register AFRH
reader
Implementations§
Source§impl R
impl R
Sourcepub fn afsel15(&self) -> AFSEL15_R
pub fn afsel15(&self) -> AFSEL15_R
Bits 28:31 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel14(&self) -> AFSEL14_R
pub fn afsel14(&self) -> AFSEL14_R
Bits 24:27 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel13(&self) -> AFSEL13_R
pub fn afsel13(&self) -> AFSEL13_R
Bits 20:23 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel12(&self) -> AFSEL12_R
pub fn afsel12(&self) -> AFSEL12_R
Bits 16:19 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel11(&self) -> AFSEL11_R
pub fn afsel11(&self) -> AFSEL11_R
Bits 12:15 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afsel10(&self) -> AFSEL10_R
pub fn afsel10(&self) -> AFSEL10_R
Bits 8:11 - Alternate function selection for port x bit y (y = 8..15)
Methods from Deref<Target = R<AFRH_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