pub enum CRST {
Disabled = 0,
Enabled = 1,
}
Expand description
ADC trigger 2 on Timer C 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 CRST
impl Eq for CRST
impl StructuralPartialEq for CRST
Auto Trait Implementations§
impl Freeze for CRST
impl RefUnwindSafe for CRST
impl Send for CRST
impl Sync for CRST
impl Unpin for CRST
impl UnwindSafe for CRST
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