pub enum JEXTTRIG {
Disabled = 0,
Enabled = 1,
}
Expand description
External trigger conversion mode for injected 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 JEXTTRIG
impl Eq for JEXTTRIG
impl StructuralPartialEq for JEXTTRIG
Auto Trait Implementations§
impl Freeze for JEXTTRIG
impl RefUnwindSafe for JEXTTRIG
impl Send for JEXTTRIG
impl Sync for JEXTTRIG
impl Unpin for JEXTTRIG
impl UnwindSafe for JEXTTRIG
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