Enum daisy::pac::adc3::awd2cr::AWD2CH14_A
pub enum AWD2CH14_A {
NotMonitored = 0,
Monitored = 1,
}
Expand description
ADC analog watchdog 2 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 AWD2CH0_A
impl StructuralPartialEq for AWD2CH0_A
Auto Trait Implementations§
impl Freeze for AWD2CH0_A
impl RefUnwindSafe for AWD2CH0_A
impl Send for AWD2CH0_A
impl Sync for AWD2CH0_A
impl Unpin for AWD2CH0_A
impl UnwindSafe for AWD2CH0_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