#[repr(u8)]pub enum QSPISEL {
System = 0,
Hsi16 = 1,
Pllq = 2,
}
Expand description
QUADSPI clock source selection Set and reset by software.
Value on reset: 0
Variants§
System = 0
0: System clock selected as QUADSPI kernel clock
Hsi16 = 1
1: HSI16 clock selected as QUADSPI kernel clock
Pllq = 2
2: PLL ‘Q’ clock selected as QUADSPI kernel clock
Trait Implementations§
impl Copy for QSPISEL
impl Eq for QSPISEL
impl IsEnum 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