Enum avr_device::atmega4809::adc0::ctrle::WINCM_A
source · #[repr(u8)]pub enum WINCM_A {
NONE = 0,
BELOW = 1,
ABOVE = 2,
INSIDE = 3,
OUTSIDE = 4,
}
Expand description
Window Comparator Mode
Value on reset: 0
Variants§
NONE = 0
0: No Window Comparison
BELOW = 1
1: Below Window
ABOVE = 2
2: Above Window
INSIDE = 3
3: Inside Window
OUTSIDE = 4
4: Outside Window
Trait Implementations§
source§impl PartialEq for WINCM_A
impl PartialEq for WINCM_A
impl Copy for WINCM_A
impl Eq for WINCM_A
impl StructuralPartialEq for WINCM_A
Auto Trait Implementations§
impl RefUnwindSafe for WINCM_A
impl Send for WINCM_A
impl Sync for WINCM_A
impl Unpin for WINCM_A
impl UnwindSafe for WINCM_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