Enum Adc4Presc
#[repr(u8)]pub enum Adc4Presc {
Show 16 variants
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div6 = 3,
Div8 = 4,
Div10 = 5,
Div12 = 6,
Div16 = 7,
Div32 = 8,
Div64 = 9,
Div128 = 10,
Div256 = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
Div1 = 0
Input ADC clock not divided
Div2 = 1
Input ADC clock divided by 2
Div4 = 2
Input ADC clock divided by 4
Div6 = 3
Input ADC clock divided by 6
Div8 = 4
Input ADC clock divided by 8
Div10 = 5
Input ADC clock divided by 10
Div12 = 6
Input ADC clock divided by 12
Div16 = 7
Input ADC clock divided by 16
Div32 = 8
Input ADC clock divided by 32
Div64 = 9
Input ADC clock divided by 64
Div128 = 10
Input ADC clock divided by 128
Div256 = 11
Input ADC clock divided by 256
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
impl Copy for Adc4Presc
impl Eq for Adc4Presc
§impl Ord for Adc4Presc
impl Ord for Adc4Presc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Adc4Presc
impl PartialOrd for Adc4Presc
impl StructuralPartialEq for Adc4Presc
Auto Trait Implementations§
impl Freeze for Adc4Presc
impl RefUnwindSafe for Adc4Presc
impl Send for Adc4Presc
impl Sync for Adc4Presc
impl Unpin for Adc4Presc
impl UnsafeUnpin for Adc4Presc
impl UnwindSafe for Adc4Presc
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