#[repr(u8)]pub enum OUTPEN_A {
OUT0 = 1,
OUT1 = 2,
OUT2 = 4,
OUT3 = 8,
OUT4 = 16,
}
Expand description
OPA1 Output Enable Value
Value on reset: 0
Variants§
OUT0 = 1
1: Alternate Output 0
OUT1 = 2
2: Alternate Output 1
OUT2 = 4
4: Alternate Output 2
OUT3 = 8
8: Alternate Output 3
OUT4 = 16
16: Alternate Output 4
Trait Implementations§
impl Copy for OUTPEN_A
impl StructuralPartialEq for OUTPEN_A
Auto Trait Implementations§
impl Freeze for OUTPEN_A
impl RefUnwindSafe for OUTPEN_A
impl Send for OUTPEN_A
impl Sync for OUTPEN_A
impl Unpin for OUTPEN_A
impl UnwindSafe for OUTPEN_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