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