Enum I2s2src
#[repr(u8)]pub enum I2s2src {
Sys = 0,
Pll3 = 1,
}Variants§
Sys = 0
System clock (SYSCLK) selected as I2S clock entry
Pll3 = 1
PLL3 VCO clock selected as I2S clock entry
Implementations§
Trait Implementations§
impl Copy for I2s2src
impl Eq for I2s2src
§impl Ord for I2s2src
impl Ord for I2s2src
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 I2s2src
impl PartialOrd for I2s2src
impl StructuralPartialEq for I2s2src
Auto Trait Implementations§
impl Freeze for I2s2src
impl RefUnwindSafe for I2s2src
impl Send for I2s2src
impl Sync for I2s2src
impl Unpin for I2s2src
impl UnsafeUnpin for I2s2src
impl UnwindSafe for I2s2src
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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