Enum stm32_metapac::rcc::vals::Hspisel
#[repr(u8)]pub enum Hspisel {
SYS = 0,
PLL1_Q = 1,
PLL2_Q = 2,
PLL3_R = 3,
}
Variants§
SYS = 0
SYSCLK selected
PLL1_Q = 1
PLL1 “Q” (pll1_q_ck) selected, can be up to 200 MHz
PLL2_Q = 2
PLL2 “Q” (pll2_q_ck) selected, can be up to 200 MHz
PLL3_R = 3
PLL3 “R” (pll3_r_ck) selected, can be up to 200 MHz
Implementations§
Trait Implementations§
§impl Ord for Hspisel
impl Ord for Hspisel
§impl PartialOrd for Hspisel
impl PartialOrd for Hspisel
impl Copy for Hspisel
impl Eq for Hspisel
impl StructuralPartialEq for Hspisel
Auto Trait Implementations§
impl Freeze for Hspisel
impl RefUnwindSafe for Hspisel
impl Send for Hspisel
impl Sync for Hspisel
impl Unpin for Hspisel
impl UnwindSafe for Hspisel
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
)