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