#[repr(u8)]pub enum Sai1ClkPred {
SAI1_CLK_PRED_0 = 0,
SAI1_CLK_PRED_1 = 1,
SAI1_CLK_PRED_2 = 2,
SAI1_CLK_PRED_3 = 3,
SAI1_CLK_PRED_4 = 4,
SAI1_CLK_PRED_5 = 5,
SAI1_CLK_PRED_6 = 6,
SAI1_CLK_PRED_7 = 7,
}Variants§
SAI1_CLK_PRED_0 = 0
divide by 1
SAI1_CLK_PRED_1 = 1
divide by 2
SAI1_CLK_PRED_2 = 2
divide by 3
SAI1_CLK_PRED_3 = 3
divide by 4
SAI1_CLK_PRED_4 = 4
divide by 5
SAI1_CLK_PRED_5 = 5
divide by 6
SAI1_CLK_PRED_6 = 6
divide by 7
SAI1_CLK_PRED_7 = 7
divide by 8
Implementations§
Source§impl Sai1ClkPred
impl Sai1ClkPred
Trait Implementations§
Source§impl Clone for Sai1ClkPred
impl Clone for Sai1ClkPred
Source§fn clone(&self) -> Sai1ClkPred
fn clone(&self) -> Sai1ClkPred
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 Sai1ClkPred
impl Debug for Sai1ClkPred
Source§impl From<Sai1ClkPred> for u8
impl From<Sai1ClkPred> for u8
Source§fn from(val: Sai1ClkPred) -> u8
fn from(val: Sai1ClkPred) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sai1ClkPred
impl From<u8> for Sai1ClkPred
Source§fn from(val: u8) -> Sai1ClkPred
fn from(val: u8) -> Sai1ClkPred
Converts to this type from the input type.
Source§impl Ord for Sai1ClkPred
impl Ord for Sai1ClkPred
Source§fn cmp(&self, other: &Sai1ClkPred) -> Ordering
fn cmp(&self, other: &Sai1ClkPred) -> 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 Sai1ClkPred
impl PartialEq for Sai1ClkPred
Source§impl PartialOrd for Sai1ClkPred
impl PartialOrd for Sai1ClkPred
impl Copy for Sai1ClkPred
impl Eq for Sai1ClkPred
impl StructuralPartialEq for Sai1ClkPred
Auto Trait Implementations§
impl Freeze for Sai1ClkPred
impl RefUnwindSafe for Sai1ClkPred
impl Send for Sai1ClkPred
impl Sync for Sai1ClkPred
impl Unpin for Sai1ClkPred
impl UnwindSafe for Sai1ClkPred
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