pub enum MC1 {
Disabled = 0,
Enabled = 1,
}
Expand description
ADC trigger 1 on Master Compare %s
Value on reset: 0
Variants§
Disabled = 0
0: No generation of ADC trigger on master compare event
Enabled = 1
1: Generation of ADC trigger on master compare event
Trait Implementations§
impl Copy for MC1
impl Eq for MC1
impl StructuralPartialEq for MC1
Auto Trait Implementations§
impl Freeze for MC1
impl RefUnwindSafe for MC1
impl Send for MC1
impl Sync for MC1
impl Unpin for MC1
impl UnwindSafe for MC1
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