#[repr(u8)]pub enum Sai3ClkPred {
SAI3_CLK_PRED_0 = 0,
SAI3_CLK_PRED_1 = 1,
SAI3_CLK_PRED_2 = 2,
SAI3_CLK_PRED_3 = 3,
SAI3_CLK_PRED_4 = 4,
SAI3_CLK_PRED_5 = 5,
SAI3_CLK_PRED_6 = 6,
SAI3_CLK_PRED_7 = 7,
}Variants§
SAI3_CLK_PRED_0 = 0
divide by 1
SAI3_CLK_PRED_1 = 1
divide by 2
SAI3_CLK_PRED_2 = 2
divide by 3
SAI3_CLK_PRED_3 = 3
divide by 4
SAI3_CLK_PRED_4 = 4
divide by 5
SAI3_CLK_PRED_5 = 5
divide by 6
SAI3_CLK_PRED_6 = 6
divide by 7
SAI3_CLK_PRED_7 = 7
divide by 8
Implementations§
Source§impl Sai3ClkPred
impl Sai3ClkPred
Trait Implementations§
Source§impl Clone for Sai3ClkPred
impl Clone for Sai3ClkPred
Source§fn clone(&self) -> Sai3ClkPred
fn clone(&self) -> Sai3ClkPred
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 Sai3ClkPred
impl Debug for Sai3ClkPred
Source§impl From<Sai3ClkPred> for u8
impl From<Sai3ClkPred> for u8
Source§fn from(val: Sai3ClkPred) -> u8
fn from(val: Sai3ClkPred) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sai3ClkPred
impl From<u8> for Sai3ClkPred
Source§fn from(val: u8) -> Sai3ClkPred
fn from(val: u8) -> Sai3ClkPred
Converts to this type from the input type.
Source§impl Ord for Sai3ClkPred
impl Ord for Sai3ClkPred
Source§fn cmp(&self, other: &Sai3ClkPred) -> Ordering
fn cmp(&self, other: &Sai3ClkPred) -> 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 Sai3ClkPred
impl PartialEq for Sai3ClkPred
Source§impl PartialOrd for Sai3ClkPred
impl PartialOrd for Sai3ClkPred
impl Copy for Sai3ClkPred
impl Eq for Sai3ClkPred
impl StructuralPartialEq for Sai3ClkPred
Auto Trait Implementations§
impl Freeze for Sai3ClkPred
impl RefUnwindSafe for Sai3ClkPred
impl Send for Sai3ClkPred
impl Sync for Sai3ClkPred
impl Unpin for Sai3ClkPred
impl UnwindSafe for Sai3ClkPred
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