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