[][src]Enum rsl10_pac::pcm::pcm_ctrl::SLAVE_A

pub enum SLAVE_A {
    PCM_SELECT_MASTER,
    PCM_SELECT_SLAVE,
}

Use the PCM interface as a master/slave

Value on reset: 1

Variants

PCM_SELECT_MASTER

0: The PCM interface generates the PCM_FRAME.

PCM_SELECT_SLAVE

1: The PCM interface received an external PCM_FRAME.

Trait Implementations

impl Clone for SLAVE_A[src]

impl Copy for SLAVE_A[src]

impl Debug for SLAVE_A[src]

impl From<SLAVE_A> for bool[src]

impl PartialEq<SLAVE_A> for SLAVE_A[src]

impl StructuralPartialEq for SLAVE_A[src]

Auto Trait Implementations

impl Send for SLAVE_A

impl Sync for SLAVE_A

impl Unpin for SLAVE_A

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.