pub struct PORT6 { /* private fields */ }Expand description
Pmn Pin FunctionPort 6 Control RegistersPmn Pin Function Control Register
Implementations§
Methods from Deref<Target = RegisterBlock>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PORT6
impl RefUnwindSafe for PORT6
impl !Sync for PORT6
impl Unpin for PORT6
impl UnwindSafe for PORT6
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