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