pub enum EN1 {
Disabled = 0,
Enabled = 1,
}
Expand description
DAC channel%s enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EN1
impl Eq for EN1
impl StructuralPartialEq for EN1
Auto Trait Implementations§
impl Freeze for EN1
impl RefUnwindSafe for EN1
impl Send for EN1
impl Sync for EN1
impl Unpin for EN1
impl UnwindSafe for EN1
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