Enum Qspisel
#[repr(u8)]pub enum Qspisel {
Sys = 0,
Hsi = 1,
Pll1Q = 2,
_RESERVED_3 = 3,
}Variants§
Sys = 0
System clock selected as QUADSPI kernel clock.
Hsi = 1
HSI16 clock selected as QUADSPI kernel clock.
Pll1Q = 2
PLL ‘Q’ clock selected as QUADSPI kernel clock.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Qspisel
impl Eq for Qspisel
§impl Ord for Qspisel
impl Ord for Qspisel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Qspisel
impl PartialOrd for Qspisel
impl StructuralPartialEq for Qspisel
Auto Trait Implementations§
impl Freeze for Qspisel
impl RefUnwindSafe for Qspisel
impl Send for Qspisel
impl Sync for Qspisel
impl Unpin for Qspisel
impl UnsafeUnpin for Qspisel
impl UnwindSafe for Qspisel
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