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