pub enum BOFF2_A {
Enabled = 0,
Disabled = 1,
}
Expand description
DAC channel1 output buffer disable
Value on reset: 0
Variants§
Enabled = 0
0: DAC channel X output buffer enabled
Disabled = 1
1: DAC channel X output buffer disabled
Trait Implementations§
impl Copy for BOFF1_A
impl StructuralPartialEq for BOFF1_A
Auto Trait Implementations§
impl Freeze for BOFF1_A
impl RefUnwindSafe for BOFF1_A
impl Send for BOFF1_A
impl Sync for BOFF1_A
impl Unpin for BOFF1_A
impl UnwindSafe for BOFF1_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