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