Enum stm32_metapac::rcc::vals::Adfsdmsel
#[repr(u8)]pub enum Adfsdmsel {
SAI1 = 0,
SAI2 = 1,
}
Variants§
SAI1 = 0
SAI1 clock selected as DFSDM1 Audio clock source
SAI2 = 1
SAI2 clock selected as DFSDM1 Audio clock source
Implementations§
Trait Implementations§
§impl Ord for Adfsdmsel
impl Ord for Adfsdmsel
§impl PartialOrd for Adfsdmsel
impl PartialOrd for Adfsdmsel
impl Copy for Adfsdmsel
impl Eq for Adfsdmsel
impl StructuralPartialEq for Adfsdmsel
Auto Trait Implementations§
impl Freeze for Adfsdmsel
impl RefUnwindSafe for Adfsdmsel
impl Send for Adfsdmsel
impl Sync for Adfsdmsel
impl Unpin for Adfsdmsel
impl UnwindSafe for Adfsdmsel
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
)