Enum Ch1trig
pub enum Ch1trig {
_0 = 0,
_1 = 1,
}Expand description
Channel 1 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 Ch1trig
impl Eq for Ch1trig
impl StructuralPartialEq for Ch1trig
Auto Trait Implementations§
impl Freeze for Ch1trig
impl RefUnwindSafe for Ch1trig
impl Send for Ch1trig
impl Sync for Ch1trig
impl Unpin for Ch1trig
impl UnwindSafe for Ch1trig
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