Enum Adcdacsel
#[repr(u8)]pub enum Adcdacsel {
HCLK1 = 0,
SYS = 1,
PLL2_R = 2,
HSE = 3,
HSI = 4,
MSIK = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
HCLK1 = 0
HCLK clock selected
SYS = 1
SYSCLK selected
PLL2_R = 2
PLL2 R (pll2_r_ck) selected
HSE = 3
HSE clock selected
HSI = 4
HSI clock selected
MSIK = 5
MSIK clock selected
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Adcdacsel
impl Ord for Adcdacsel
§impl PartialOrd for Adcdacsel
impl PartialOrd for Adcdacsel
impl Copy for Adcdacsel
impl Eq for Adcdacsel
impl StructuralPartialEq for Adcdacsel
Auto Trait Implementations§
impl Freeze for Adcdacsel
impl RefUnwindSafe for Adcdacsel
impl Send for Adcdacsel
impl Sync for Adcdacsel
impl Unpin for Adcdacsel
impl UnwindSafe for Adcdacsel
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
)