pub struct AFRH8_R(/* private fields */);Expand description
Field AFRH8 reader - Alternate function selection for port x bit y (y = 8..15)
Implementations§
Methods from Deref<Target = FieldReader<u8, AFRH8_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AFRH8_R
impl RefUnwindSafe for AFRH8_R
impl Send for AFRH8_R
impl Sync for AFRH8_R
impl Unpin for AFRH8_R
impl UnwindSafe for AFRH8_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