#[repr(u8)]pub enum DfsdmSrc {
Pclk2 = 0,
Sysclk = 1,
}
Expand description
SAI clock input source. Sets RCC_D2CCIP1R register, DFSDM1SEL field.
Variants§
Pclk2 = 0
rcc_pclk2 is selected as DFSDM1 Clk kernel clock (default after reset)
Sysclk = 1
sys_ck clock is selected as DFSDM1 Clk kernel clock
Trait Implementations§
impl Copy for DfsdmSrc
impl StructuralPartialEq for DfsdmSrc
Auto Trait Implementations§
impl Freeze for DfsdmSrc
impl RefUnwindSafe for DfsdmSrc
impl Send for DfsdmSrc
impl Sync for DfsdmSrc
impl Unpin for DfsdmSrc
impl UnwindSafe for DfsdmSrc
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