pub enum DFSDM1SELR {
APB2,
SYSCLK,
}Expand description
Possible values of 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
Implementations§
Source§impl DFSDM1SELR
impl DFSDM1SELR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
Trait Implementations§
Source§impl Clone for DFSDM1SELR
impl Clone for DFSDM1SELR
Source§fn clone(&self) -> DFSDM1SELR
fn clone(&self) -> DFSDM1SELR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DFSDM1SELR
impl Debug for DFSDM1SELR
Source§impl PartialEq for DFSDM1SELR
impl PartialEq for DFSDM1SELR
impl Copy for DFSDM1SELR
impl StructuralPartialEq for DFSDM1SELR
Auto Trait Implementations§
impl Freeze for DFSDM1SELR
impl RefUnwindSafe for DFSDM1SELR
impl Send for DFSDM1SELR
impl Sync for DFSDM1SELR
impl Unpin for DFSDM1SELR
impl UnwindSafe for DFSDM1SELR
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