#[repr(u8)]pub enum SaiSrc {
Pll1Q = 0,
Pll2P = 1,
Pll3P = 2,
I2sCkin = 3,
PerClk = 100,
}
Expand description
SAI clock input source. Sets RCC_D2CCIP1R register, SAIxSEL field.
Variants§
Trait Implementations§
impl Copy for SaiSrc
impl StructuralPartialEq for SaiSrc
Auto Trait Implementations§
impl Freeze for SaiSrc
impl RefUnwindSafe for SaiSrc
impl Send for SaiSrc
impl Sync for SaiSrc
impl Unpin for SaiSrc
impl UnwindSafe for SaiSrc
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