#[repr(u8)]pub enum Sai2ClkPred {
SAI2_CLK_PRED_0 = 0,
SAI2_CLK_PRED_1 = 1,
SAI2_CLK_PRED_2 = 2,
SAI2_CLK_PRED_3 = 3,
SAI2_CLK_PRED_4 = 4,
SAI2_CLK_PRED_5 = 5,
SAI2_CLK_PRED_6 = 6,
SAI2_CLK_PRED_7 = 7,
}Variants§
SAI2_CLK_PRED_0 = 0
divide by 1
SAI2_CLK_PRED_1 = 1
divide by 2
SAI2_CLK_PRED_2 = 2
divide by 3
SAI2_CLK_PRED_3 = 3
divide by 4
SAI2_CLK_PRED_4 = 4
divide by 5
SAI2_CLK_PRED_5 = 5
divide by 6
SAI2_CLK_PRED_6 = 6
divide by 7
SAI2_CLK_PRED_7 = 7
divide by 8
Implementations§
Source§impl Sai2ClkPred
impl Sai2ClkPred
Trait Implementations§
Source§impl Clone for Sai2ClkPred
impl Clone for Sai2ClkPred
Source§fn clone(&self) -> Sai2ClkPred
fn clone(&self) -> Sai2ClkPred
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Sai2ClkPred
impl Debug for Sai2ClkPred
Source§impl From<Sai2ClkPred> for u8
impl From<Sai2ClkPred> for u8
Source§fn from(val: Sai2ClkPred) -> u8
fn from(val: Sai2ClkPred) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sai2ClkPred
impl From<u8> for Sai2ClkPred
Source§fn from(val: u8) -> Sai2ClkPred
fn from(val: u8) -> Sai2ClkPred
Converts to this type from the input type.
Source§impl Ord for Sai2ClkPred
impl Ord for Sai2ClkPred
Source§fn cmp(&self, other: &Sai2ClkPred) -> Ordering
fn cmp(&self, other: &Sai2ClkPred) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Sai2ClkPred
impl PartialEq for Sai2ClkPred
Source§impl PartialOrd for Sai2ClkPred
impl PartialOrd for Sai2ClkPred
impl Copy for Sai2ClkPred
impl Eq for Sai2ClkPred
impl StructuralPartialEq for Sai2ClkPred
Auto Trait Implementations§
impl Freeze for Sai2ClkPred
impl RefUnwindSafe for Sai2ClkPred
impl Send for Sai2ClkPred
impl Sync for Sai2ClkPred
impl Unpin for Sai2ClkPred
impl UnwindSafe for Sai2ClkPred
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