pub enum Swtr0 {
Disabled = 0,
Enabled = 1,
}
Expand description
DAC0 software trigger
Value on reset: 0
Variants§
Disabled = 0
0: DAC channel X software trigger disabled
Enabled = 1
1: DAC channel X software trigger enabled
Trait Implementations§
source§impl PartialEq for Swtr0
impl PartialEq for Swtr0
impl Copy for Swtr0
impl Eq for Swtr0
impl StructuralPartialEq for Swtr0
Auto Trait Implementations§
impl Freeze for Swtr0
impl RefUnwindSafe for Swtr0
impl Send for Swtr0
impl Sync for Swtr0
impl Unpin for Swtr0
impl UnwindSafe for Swtr0
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