Enum stm32_hal2::clocks::SaiSrc
source · #[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§
source§impl PartialEq for SaiSrc
impl PartialEq for SaiSrc
impl Copy for SaiSrc
impl StructuralPartialEq for SaiSrc
Auto Trait Implementations§
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