Enum stm32_metapac::rcc::vals::Spi2s2sel
#[repr(u8)]pub enum Spi2s2sel {
_RESERVED_0 = 0,
PLL1_Q = 1,
HSI = 2,
I2S_CKIN = 3,
}
Variants§
_RESERVED_0 = 0
PLL1_Q = 1
PLL “Q” clock selected
HSI = 2
HSI16 clock selected
I2S_CKIN = 3
External input I2S_CKIN selected
Implementations§
Trait Implementations§
§impl Ord for Spi2s2sel
impl Ord for Spi2s2sel
§impl PartialOrd for Spi2s2sel
impl PartialOrd for Spi2s2sel
impl Copy for Spi2s2sel
impl Eq for Spi2s2sel
impl StructuralPartialEq for Spi2s2sel
Auto Trait Implementations§
impl Freeze for Spi2s2sel
impl RefUnwindSafe for Spi2s2sel
impl Send for Spi2s2sel
impl Sync for Spi2s2sel
impl Unpin for Spi2s2sel
impl UnwindSafe for Spi2s2sel
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
)