Enum daisy::pac::adc3::awd3cr::AWD3CH12_A
pub enum AWD3CH12_A {
NotMonitored = 0,
Monitored = 1,
}
Expand description
ADC analog watchdog 3 monitored channel selection
Value on reset: 0
Variants§
NotMonitored = 0
0: Input channel not monitored by AWDx
Monitored = 1
1: Input channel monitored by AWDx
Trait Implementations§
impl Copy for AWD3CH0_A
impl StructuralPartialEq for AWD3CH0_A
Auto Trait Implementations§
impl Freeze for AWD3CH0_A
impl RefUnwindSafe for AWD3CH0_A
impl Send for AWD3CH0_A
impl Sync for AWD3CH0_A
impl Unpin for AWD3CH0_A
impl UnwindSafe for AWD3CH0_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