#[repr(C)]pub struct AfrhR { /* private fields */ }
Implementations§
Source§impl AfrhR
impl AfrhR
Sourcepub fn afrh15(&self) -> u8
pub fn afrh15(&self) -> u8
Bits 28:31 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh14(&self) -> u8
pub fn afrh14(&self) -> u8
Bits 24:27 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh13(&self) -> u8
pub fn afrh13(&self) -> u8
Bits 20:23 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh12(&self) -> u8
pub fn afrh12(&self) -> u8
Bits 16:19 - Alternate function selection for port x bit y (y = 8..15)
Sourcepub fn afrh11(&self) -> u8
pub fn afrh11(&self) -> u8
Bits 12:15 - Alternate function selection for port x bit y (y = 8..15)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AfrhR
impl RefUnwindSafe for AfrhR
impl Send for AfrhR
impl Sync for AfrhR
impl Unpin for AfrhR
impl UnwindSafe for AfrhR
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