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