pub enum EXTTRIG {
Disabled = 0,
Enabled = 1,
}
Expand description
External trigger conversion mode for regular channels
Value on reset: 0
Variants§
Disabled = 0
0: Conversion on external event disabled
Enabled = 1
1: Conversion on external event enabled
Trait Implementations§
impl Copy for EXTTRIG
impl Eq for EXTTRIG
impl StructuralPartialEq for EXTTRIG
Auto Trait Implementations§
impl Freeze for EXTTRIG
impl RefUnwindSafe for EXTTRIG
impl Send for EXTTRIG
impl Sync for EXTTRIG
impl Unpin for EXTTRIG
impl UnwindSafe for EXTTRIG
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