#[repr(u8)]pub enum OUTMODE_A {
DISABLE = 0,
PIN = 1,
ADC = 2,
PINADC = 3,
}
Expand description
Output Mode
Value on reset: 1
Variants§
DISABLE = 0
0: DAC output to pin and ADC disabled
PIN = 1
1: DAC output to pin enabled. DAC output to ADC disabled
ADC = 2
2: DAC output to pin disabled. DAC output to ADC enabled
PINADC = 3
3: DAC output to pin and ADC enabled
Trait Implementations§
impl Copy for OUTMODE_A
impl StructuralPartialEq for OUTMODE_A
Auto Trait Implementations§
impl Freeze for OUTMODE_A
impl RefUnwindSafe for OUTMODE_A
impl Send for OUTMODE_A
impl Sync for OUTMODE_A
impl Unpin for OUTMODE_A
impl UnwindSafe for OUTMODE_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