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