Enum Adc1pretrgsel
#[repr(u8)]pub enum Adc1pretrgsel {
_00 = 0,
_01 = 1,
_10 = 2,
}Expand description
ADC1 pretrigger source select
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Adc1pretrgsel
impl Clone for Adc1pretrgsel
§fn clone(&self) -> Adc1pretrgsel
fn clone(&self) -> Adc1pretrgsel
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 Adc1pretrgsel
impl Debug for Adc1pretrgsel
§impl Format for Adc1pretrgsel
impl Format for Adc1pretrgsel
§impl From<Adc1pretrgsel> for u8
impl From<Adc1pretrgsel> for u8
§fn from(variant: Adc1pretrgsel) -> Self
fn from(variant: Adc1pretrgsel) -> Self
Converts to this type from the input type.
§impl PartialEq for Adc1pretrgsel
impl PartialEq for Adc1pretrgsel
impl Copy for Adc1pretrgsel
impl Eq for Adc1pretrgsel
impl IsEnum for Adc1pretrgsel
impl StructuralPartialEq for Adc1pretrgsel
Auto Trait Implementations§
impl Freeze for Adc1pretrgsel
impl RefUnwindSafe for Adc1pretrgsel
impl Send for Adc1pretrgsel
impl Sync for Adc1pretrgsel
impl Unpin for Adc1pretrgsel
impl UnwindSafe for Adc1pretrgsel
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