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