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