Enum stm32wlxx_hal::pac::rcc::ccipr::SPI2S2SEL_A    
#[repr(u8)]pub enum SPI2S2SEL_A {
    Pllq = 1,
    Hsi16 = 2,
    I2s = 3,
}Available on crate feature 
stm32wl5x_cm4 only.Expand description
SPI2S2 I2S clock source selection
Value on reset: 0
Variants§
Pllq = 1
1: PLLQ clock selected
Hsi16 = 2
2: HSI16 clock selected
I2s = 3
3: External input I2S_CKIN selected
Trait Implementations§
§impl Clone for SPI2S2SEL_A
 
impl Clone for SPI2S2SEL_A
§fn clone(&self) -> SPI2S2SEL_A
 
fn clone(&self) -> SPI2S2SEL_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl Debug for SPI2S2SEL_A
 
impl Debug for SPI2S2SEL_A
§impl PartialEq for SPI2S2SEL_A
 
impl PartialEq for SPI2S2SEL_A
§fn eq(&self, other: &SPI2S2SEL_A) -> bool
 
fn eq(&self, other: &SPI2S2SEL_A) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SPI2S2SEL_A
impl StructuralPartialEq for SPI2S2SEL_A
Auto Trait Implementations§
impl RefUnwindSafe for SPI2S2SEL_A
impl Send for SPI2S2SEL_A
impl Sync for SPI2S2SEL_A
impl Unpin for SPI2S2SEL_A
impl UnwindSafe for SPI2S2SEL_A
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