#[repr(u8)]pub enum Paircount {
PAIRS_1 = 0,
PAIRS_2 = 1,
PAIRS_3 = 2,
PAIRS_4 = 3,
}Variants§
PAIRS_1 = 0
1 I2S channel pairs in this flexcomm
PAIRS_2 = 1
2 I2S channel pairs in this flexcomm
PAIRS_3 = 2
3 I2S channel pairs in this flexcomm
PAIRS_4 = 3
4 I2S channel pairs in this flexcomm
Implementations§
Trait Implementations§
Source§impl Ord for Paircount
impl Ord for Paircount
Source§impl PartialOrd for Paircount
impl PartialOrd for Paircount
impl Copy for Paircount
impl Eq for Paircount
impl StructuralPartialEq for Paircount
Auto Trait Implementations§
impl Freeze for Paircount
impl RefUnwindSafe for Paircount
impl Send for Paircount
impl Sync for Paircount
impl Unpin for Paircount
impl UnwindSafe for Paircount
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