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