pub enum PINT_A {
DISABLE = 0,
ENABLE = 1,
}Expand description
Enables the clock for the Pin interrupt (PINT).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PINT_A
impl Eq for PINT_A
impl StructuralPartialEq for PINT_A
Auto Trait Implementations§
impl Freeze for PINT_A
impl RefUnwindSafe for PINT_A
impl Send for PINT_A
impl Sync for PINT_A
impl Unpin for PINT_A
impl UnsafeUnpin for PINT_A
impl UnwindSafe for PINT_A
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