pub enum DFSDM1SELW {
APB2,
SYSCLK,
}Expand description
Values that can be written to the field DFSDM1SEL
Variants§
APB2
APB2 clock (PCLK2) selected as DFSDM1 Kernel clock source
SYSCLK
System clock (SYSCLK) clock selected as DFSDM1 Kernel clock source
Auto Trait Implementations§
impl Freeze for DFSDM1SELW
impl RefUnwindSafe for DFSDM1SELW
impl Send for DFSDM1SELW
impl Sync for DFSDM1SELW
impl Unpin for DFSDM1SELW
impl UnwindSafe for DFSDM1SELW
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