Enum Sai1src
#[repr(u8)]pub enum Sai1src {
Pllsai = 0,
Plli2s = 1,
Pllr = 2,
I2sCkin = 3,
}Variants§
Pllsai = 0
SAI1 clock frequency = f(PLLSAI_Q) / PLLSAIDIVQ
Plli2s = 1
SAI1 clock frequency = f(PLLI2S_Q) / PLLI2SDIVQ
Pllr = 2
SAI1 clock frequency = f(PLL_R)
I2sCkin = 3
I2S_CKIN Alternate function input frequency
Implementations§
Trait Implementations§
impl Copy for Sai1src
impl Eq for Sai1src
§impl Ord for Sai1src
impl Ord for Sai1src
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 Sai1src
impl PartialOrd for Sai1src
impl StructuralPartialEq for Sai1src
Auto Trait Implementations§
impl Freeze for Sai1src
impl RefUnwindSafe for Sai1src
impl Send for Sai1src
impl Sync for Sai1src
impl Unpin for Sai1src
impl UnsafeUnpin for Sai1src
impl UnwindSafe for Sai1src
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