#[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§
Source§impl Ord for Xspisel
impl Ord for Xspisel
Source§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