Enum stm32_metapac::rcc::vals::Adfsel
#[repr(u8)]pub enum Adfsel {
HCLK1 = 0,
PLL2_P = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
HCLK1 = 0
hclk1 selected as ADF kernel clock (default after reset).
PLL2_P = 1
pll2_p_ck selected as ADF kernel clock.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Adfsel
impl Ord for Adfsel
§impl PartialOrd for Adfsel
impl PartialOrd for Adfsel
impl Copy for Adfsel
impl Eq for Adfsel
impl StructuralPartialEq for Adfsel
Auto Trait Implementations§
impl Freeze for Adfsel
impl RefUnwindSafe for Adfsel
impl Send for Adfsel
impl Sync for Adfsel
impl Unpin for Adfsel
impl UnwindSafe for Adfsel
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
)