pub enum TRIGGERED6_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Write ‘1’ to disable interrupt for TRIGGERED[6] event
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for TRIGGERED6_A
impl Clone for TRIGGERED6_A
Source§fn clone(&self) -> TRIGGERED6_A
fn clone(&self) -> TRIGGERED6_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TRIGGERED6_A
impl Debug for TRIGGERED6_A
Source§impl From<TRIGGERED6_A> for bool
impl From<TRIGGERED6_A> for bool
Source§fn from(variant: TRIGGERED6_A) -> Self
fn from(variant: TRIGGERED6_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TRIGGERED6_A
impl PartialEq for TRIGGERED6_A
impl Copy for TRIGGERED6_A
impl StructuralPartialEq for TRIGGERED6_A
Auto Trait Implementations§
impl Freeze for TRIGGERED6_A
impl RefUnwindSafe for TRIGGERED6_A
impl Send for TRIGGERED6_A
impl Sync for TRIGGERED6_A
impl Unpin for TRIGGERED6_A
impl UnwindSafe for TRIGGERED6_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