pub enum IOPARST {
Reset = 1,
}
Expand description
I/O port A reset
Value on reset: 0
Variants§
Reset = 1
1: Reset the selected module
Trait Implementations§
impl Copy for IOPARST
impl Eq for IOPARST
impl StructuralPartialEq for IOPARST
Auto Trait Implementations§
impl Freeze for IOPARST
impl RefUnwindSafe for IOPARST
impl Send for IOPARST
impl Sync for IOPARST
impl Unpin for IOPARST
impl UnwindSafe for IOPARST
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