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