Enum stm32_metapac::rcc::vals::Dfsdmsel
#[repr(u8)]pub enum Dfsdmsel {
PCLK2 = 0,
SYS = 1,
}
Variants§
PCLK2 = 0
APB2 clock (PCLK2) selected as DFSDM1 Kernel clock source
SYS = 1
System clock (SYSCLK) clock selected as DFSDM1 Kernel clock source
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)