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