#[repr(u8)]pub enum ADC0CLKDIV_A {
NODIVISION = 0,
}Expand description
ADC0 Clock Prescaler
Value on reset: 0
Variants§
NODIVISION = 0
0: 0
Trait Implementations§
Source§impl Clone for ADC0CLKDIV_A
impl Clone for ADC0CLKDIV_A
Source§fn clone(&self) -> ADC0CLKDIV_A
fn clone(&self) -> ADC0CLKDIV_A
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 moreSource§impl Debug for ADC0CLKDIV_A
impl Debug for ADC0CLKDIV_A
Source§impl From<ADC0CLKDIV_A> for u8
impl From<ADC0CLKDIV_A> for u8
Source§fn from(variant: ADC0CLKDIV_A) -> Self
fn from(variant: ADC0CLKDIV_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ADC0CLKDIV_A
impl PartialEq for ADC0CLKDIV_A
impl Copy for ADC0CLKDIV_A
impl Eq for ADC0CLKDIV_A
impl StructuralPartialEq for ADC0CLKDIV_A
Auto Trait Implementations§
impl Freeze for ADC0CLKDIV_A
impl RefUnwindSafe for ADC0CLKDIV_A
impl Send for ADC0CLKDIV_A
impl Sync for ADC0CLKDIV_A
impl Unpin for ADC0CLKDIV_A
impl UnwindSafe for ADC0CLKDIV_A
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