Enum Adcdacsel
#[repr(u8)]pub enum Adcdacsel {
HCLK2 = 0,
SYS = 1,
PLL2_R = 2,
HSE = 3,
HSI = 4,
CSI = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
HCLK2 = 0
rcc_hclk selected as kernel clock (default after reset)
SYS = 1
sys_ck selected as kernel clock
PLL2_R = 2
pll2_r_ck selected as kernel clock
HSE = 3
hse_ck selected as kernel clock
HSI = 4
hsi_ker_ck selected as kernel clock
CSI = 5
csi_ker_ck selected as kernel clock
_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
)