Enum Adcsel
#[repr(u8)]pub enum Adcsel {
DISABLE = 0,
PLL1_P = 1,
SYS = 2,
_RESERVED_3 = 3,
}
Variants§
DISABLE = 0
No clock selected
PLL1_P = 1
PLL ‘P’ clock selected as ADC clock
SYS = 2
System clock selected as ADC clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Adcsel
impl Ord for Adcsel
§impl PartialOrd for Adcsel
impl PartialOrd for Adcsel
impl Copy for Adcsel
impl Eq for Adcsel
impl StructuralPartialEq for Adcsel
Auto Trait Implementations§
impl Freeze for Adcsel
impl RefUnwindSafe for Adcsel
impl Send for Adcsel
impl Sync for Adcsel
impl Unpin for Adcsel
impl UnwindSafe for Adcsel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)