Enum Qspisel
#[repr(u8)]pub enum Qspisel {
SYS = 0,
HSI = 1,
PLL1_Q = 2,
_RESERVED_3 = 3,
}Variants§
SYS = 0
System clock selected as QUADSPI kernel clock.
HSI = 1
HSI16 clock selected as QUADSPI kernel clock.
PLL1_Q = 2
PLL ‘Q’ clock selected as QUADSPI kernel clock.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Qspisel
impl Ord for Qspisel
§impl PartialOrd for Qspisel
impl PartialOrd for Qspisel
impl Copy for Qspisel
impl Eq 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 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