pub enum SWTRIG {
Disabled = 0,
Enabled = 1,
}
Expand description
Software trigger bit for sampling time control trigger mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SWTRIG
impl Eq for SWTRIG
impl StructuralPartialEq for SWTRIG
Auto Trait Implementations§
impl Freeze for SWTRIG
impl RefUnwindSafe for SWTRIG
impl Send for SWTRIG
impl Sync for SWTRIG
impl Unpin for SWTRIG
impl UnwindSafe for SWTRIG
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