pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn afrh15(&self) -> Afrh15R
pub fn afrh15(&self) -> Afrh15R
Bits 28:31 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh14(&self) -> Afrh14R
pub fn afrh14(&self) -> Afrh14R
Bits 24:27 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh13(&self) -> Afrh13R
pub fn afrh13(&self) -> Afrh13R
Bits 20:23 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh12(&self) -> Afrh12R
pub fn afrh12(&self) -> Afrh12R
Bits 16:19 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh11(&self) -> Afrh11R
pub fn afrh11(&self) -> Afrh11R
Bits 12:15 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh10(&self) -> Afrh10R
pub fn afrh10(&self) -> Afrh10R
Bits 8:11 - Alternate function selection for port x bit y (y = 8..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