#[repr(u8)]pub enum OUTMODE_A {
DISABLE = 0,
MAIN = 1,
ALT = 2,
ALL = 3,
}
Expand description
Output Select
Value on reset: 0
Variants§
DISABLE = 0
0: OPA0 output is disabled
MAIN = 1
1: Main OPA1 output to pin enabled
ALT = 2
2: OPA1 alternative output enabled.
ALL = 3
3: Main OPA1 output drives both main and alternative outputs.
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