#[repr(u8)]pub enum Adsts {
ADSTS_0 = 0,
ADSTS_1 = 1,
ADSTS_2 = 2,
ADSTS_3 = 3,
}Variants§
ADSTS_0 = 0
Sample period (ADC clocks) = 3 if ADLSMP=0b Sample period (ADC clocks) = 13 if ADLSMP=1b
ADSTS_1 = 1
Sample period (ADC clocks) = 5 if ADLSMP=0b Sample period (ADC clocks) = 17 if ADLSMP=1b
ADSTS_2 = 2
Sample period (ADC clocks) = 7 if ADLSMP=0b Sample period (ADC clocks) = 21 if ADLSMP=1b
ADSTS_3 = 3
Sample period (ADC clocks) = 9 if ADLSMP=0b Sample period (ADC clocks) = 25 if ADLSMP=1b
Implementations§
Trait Implementations§
Source§impl Ord for Adsts
impl Ord for Adsts
Source§impl PartialOrd for Adsts
impl PartialOrd for Adsts
impl Copy for Adsts
impl Eq for Adsts
impl StructuralPartialEq for Adsts
Auto Trait Implementations§
impl Freeze for Adsts
impl RefUnwindSafe for Adsts
impl Send for Adsts
impl Sync for Adsts
impl Unpin for Adsts
impl UnwindSafe for Adsts
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