#[repr(u8)]pub enum Adacken {
ADACKEN_0 = 0,
ADACKEN_1 = 1,
}Variants§
ADACKEN_0 = 0
Asynchronous clock output disabled; Asynchronous clock only enabled if selected by ADICLK and a conversion is active.
ADACKEN_1 = 1
Asynchronous clock and clock output enabled regardless of the state of the ADC
Implementations§
Trait Implementations§
Source§impl Ord for Adacken
impl Ord for Adacken
Source§impl PartialOrd for Adacken
impl PartialOrd for Adacken
impl Copy for Adacken
impl Eq for Adacken
impl StructuralPartialEq for Adacken
Auto Trait Implementations§
impl Freeze for Adacken
impl RefUnwindSafe for Adacken
impl Send for Adacken
impl Sync for Adacken
impl Unpin for Adacken
impl UnwindSafe for Adacken
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