pub enum SWTRIG2_AW {
Disabled = 0,
Enabled = 1,
}
Expand description
DAC channel1 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 Clone for SWTRIG1_AW
impl Clone for SWTRIG1_AW
Source§fn clone(&self) -> SWTRIG1_AW
fn clone(&self) -> SWTRIG1_AW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SWTRIG1_AW
impl Debug for SWTRIG1_AW
Source§impl PartialEq for SWTRIG1_AW
impl PartialEq for SWTRIG1_AW
impl Copy for SWTRIG1_AW
impl StructuralPartialEq for SWTRIG1_AW
Auto Trait Implementations§
impl Freeze for SWTRIG1_AW
impl RefUnwindSafe for SWTRIG1_AW
impl Send for SWTRIG1_AW
impl Sync for SWTRIG1_AW
impl Unpin for SWTRIG1_AW
impl UnwindSafe for SWTRIG1_AW
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