pub enum SWTRIG2_AW {
Disabled,
Enabled,
}
Expand description
DAC channel1 software trigger
Value on reset: 0
Variants§
Disabled
0: DAC channel X software trigger disabled
Enabled
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 copy 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<SWTRIG1_AW> for SWTRIG1_AW
impl PartialEq<SWTRIG1_AW> for SWTRIG1_AW
source§fn eq(&self, other: &SWTRIG1_AW) -> bool
fn eq(&self, other: &SWTRIG1_AW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SWTRIG1_AW
impl StructuralPartialEq for SWTRIG1_AW
Auto Trait Implementations§
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