#[repr(u8)]
pub enum WINTSEL0_A {
ABOVE,
INSIDE,
BELOW,
OUTSIDE,
}
Expand description
Window 0 Interrupt Selection
Value on reset: 0
Variants
ABOVE
0: Interrupt on signal above window
INSIDE
1: Interrupt on signal inside window
BELOW
2: Interrupt on signal below window
OUTSIDE
3: Interrupt on signal outside window
Trait Implementations
sourceimpl Clone for WINTSEL0_A
impl Clone for WINTSEL0_A
sourcefn clone(&self) -> WINTSEL0_A
fn clone(&self) -> WINTSEL0_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WINTSEL0_A
impl Debug for WINTSEL0_A
sourceimpl From<WINTSEL0_A> for u8
impl From<WINTSEL0_A> for u8
sourcefn from(variant: WINTSEL0_A) -> Self
fn from(variant: WINTSEL0_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<WINTSEL0_A> for WINTSEL0_A
impl PartialEq<WINTSEL0_A> for WINTSEL0_A
sourcefn eq(&self, other: &WINTSEL0_A) -> bool
fn eq(&self, other: &WINTSEL0_A) -> bool
impl Copy for WINTSEL0_A
impl StructuralPartialEq for WINTSEL0_A
Auto Trait Implementations
impl RefUnwindSafe for WINTSEL0_A
impl Send for WINTSEL0_A
impl Sync for WINTSEL0_A
impl Unpin for WINTSEL0_A
impl UnwindSafe for WINTSEL0_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more