[−][src]Enum lpc55_pac::i2s0::cfg1::PAIRCOUNT_A
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
0: 1 I2S channel pairs in this flexcomm
1: 2 I2S channel pairs in this flexcomm
2: 3 I2S channel pairs in this flexcomm
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,