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