Enum Ch2trig
pub enum Ch2trig {
_0 = 0,
_1 = 1,
}Expand description
Channel 2 External Trigger Enable
Value on reset: 0
Variants§
_0 = 0
0: The generation of this external trigger is disabled.
_1 = 1
1: The generation of this external trigger is enabled.
Trait Implementations§
impl Copy for Ch2trig
impl Eq for Ch2trig
impl StructuralPartialEq for Ch2trig
Auto Trait Implementations§
impl Freeze for Ch2trig
impl RefUnwindSafe for Ch2trig
impl Send for Ch2trig
impl Sync for Ch2trig
impl Unpin for Ch2trig
impl UnwindSafe for Ch2trig
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