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