Enum Issrc
#[repr(u8)]pub enum Issrc {
Pllclkr = 0,
I2sCkin = 1,
_RESERVED_2 = 2,
HsiHse = 3,
}Variants§
Pllclkr = 0
I2Sx clock frequency = f(PLLCLK_R)
I2sCkin = 1
I2Sx clock frequency = I2S_CKIN Alternate function input frequency
_RESERVED_2 = 2
HsiHse = 3
I2Sx clock frequency = HSI/HSE depends on PLLSRC bit (PLLCFGR[22])
Implementations§
Trait Implementations§
impl Copy for Issrc
impl Eq for Issrc
§impl Ord for Issrc
impl Ord for Issrc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Issrc
impl PartialOrd for Issrc
impl StructuralPartialEq for Issrc
Auto Trait Implementations§
impl Freeze for Issrc
impl RefUnwindSafe for Issrc
impl Send for Issrc
impl Sync for Issrc
impl Unpin for Issrc
impl UnsafeUnpin for Issrc
impl UnwindSafe for Issrc
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