Enum stm32_metapac::rcc::vals::Xspisel
#[repr(u8)]pub enum Xspisel {
HCLK5 = 0,
PLL2_S = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
HCLK5 = 0
hclk5 selected as kernel peripheral clock (default after reset).
PLL2_S = 1
pll2_s_ck selected as kernel peripheral clock.
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Xspisel
impl Ord for Xspisel
§impl PartialOrd for Xspisel
impl PartialOrd for Xspisel
impl Copy for Xspisel
impl Eq for Xspisel
impl StructuralPartialEq for Xspisel
Auto Trait Implementations§
impl Freeze for Xspisel
impl RefUnwindSafe for Xspisel
impl Send for Xspisel
impl Sync for Xspisel
impl Unpin for Xspisel
impl UnwindSafe for Xspisel
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
)