pub enum AWD3_A {
NoEvent,
Event,
}
Expand description
Analog watchdog flag of ADC 1
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<AWD1_A> for AWD1_A
impl PartialEq<AWD1_A> for AWD1_A
impl Copy for AWD1_A
impl StructuralPartialEq for AWD1_A
Auto Trait Implementations§
impl RefUnwindSafe for AWD1_A
impl Send for AWD1_A
impl Sync for AWD1_A
impl Unpin for AWD1_A
impl UnwindSafe for AWD1_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