[][src]Enum lpc55s6x_pac::i2s0::cfg1::PAIRCOUNT_A

#[repr(u8)]
pub enum PAIRCOUNT_A {
    PAIRS_1,
    PAIRS_2,
    PAIRS_3,
    PAIRS_4,
}

Provides the number of I2S channel pairs in this Flexcomm This is a read-only field whose value may be different in other Flexcomms. 00 = there is 1 I2S channel pair in this Flexcomm. 01 = there are 2 I2S channel pairs in this Flexcomm. 10 = there are 3 I2S channel pairs in this Flexcomm. 11 = there are 4 I2S channel pairs in this Flexcomm.

Value on reset: 0

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

Trait Implementations

impl Clone for PAIRCOUNT_A[src]

impl Copy for PAIRCOUNT_A[src]

impl Debug for PAIRCOUNT_A[src]

impl From<PAIRCOUNT_A> for u8[src]

impl PartialEq<PAIRCOUNT_A> for PAIRCOUNT_A[src]

impl StructuralPartialEq for PAIRCOUNT_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.