Enum Adiclk
#[repr(u8)]pub enum Adiclk {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Input Clock Select
Value on reset: 0
Variants§
_00 = 0
0: Alternate clock 1 (ADC_ALTCLK1)
_01 = 1
1: Alternate clock 2 (ADC_ALTCLK2)
_10 = 2
2: Alternate clock 3 (ADC_ALTCLK3)
_11 = 3
3: Alternate clock 4 (ADC_ALTCLK4)
Trait Implementations§
impl Copy for Adiclk
impl Eq for Adiclk
impl IsEnum for Adiclk
impl StructuralPartialEq for Adiclk
Auto Trait Implementations§
impl Freeze for Adiclk
impl RefUnwindSafe for Adiclk
impl Send for Adiclk
impl Sync for Adiclk
impl Unpin for Adiclk
impl UnwindSafe for Adiclk
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