Enum Adc0pretrgsel
#[repr(u8)]pub enum Adc0pretrgsel {
_00 = 0,
_01 = 1,
_10 = 2,
}Expand description
ADC0 pretrigger source select
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Adc0pretrgsel
impl Clone for Adc0pretrgsel
§fn clone(&self) -> Adc0pretrgsel
fn clone(&self) -> Adc0pretrgsel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Adc0pretrgsel
impl Debug for Adc0pretrgsel
§impl Format for Adc0pretrgsel
impl Format for Adc0pretrgsel
§impl From<Adc0pretrgsel> for u8
impl From<Adc0pretrgsel> for u8
§fn from(variant: Adc0pretrgsel) -> Self
fn from(variant: Adc0pretrgsel) -> Self
Converts to this type from the input type.
§impl PartialEq for Adc0pretrgsel
impl PartialEq for Adc0pretrgsel
impl Copy for Adc0pretrgsel
impl Eq for Adc0pretrgsel
impl IsEnum for Adc0pretrgsel
impl StructuralPartialEq for Adc0pretrgsel
Auto Trait Implementations§
impl Freeze for Adc0pretrgsel
impl RefUnwindSafe for Adc0pretrgsel
impl Send for Adc0pretrgsel
impl Sync for Adc0pretrgsel
impl Unpin for Adc0pretrgsel
impl UnwindSafe for Adc0pretrgsel
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