Enum Dfsdmsel
#[repr(u8)]pub enum Dfsdmsel {
PCLK2 = 0,
SYS = 1,
}
Variants§
PCLK2 = 0
APB2 clock (PCLK2) selected as DFSDM kernel clock
SYS = 1
System clock selected as DFSDM kernel clock
Implementations§
Trait Implementations§
§impl Ord for Dfsdmsel
impl Ord for Dfsdmsel
§impl PartialOrd for Dfsdmsel
impl PartialOrd for Dfsdmsel
impl Copy for Dfsdmsel
impl Eq for Dfsdmsel
impl StructuralPartialEq for Dfsdmsel
Auto Trait Implementations§
impl Freeze for Dfsdmsel
impl RefUnwindSafe for Dfsdmsel
impl Send for Dfsdmsel
impl Sync for Dfsdmsel
impl Unpin for Dfsdmsel
impl UnwindSafe for Dfsdmsel
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