[][src]Enum stm32f7::stm32f7x3::sai1::ch::cr1::SYNCEN_A

#[repr(u8)]pub enum SYNCEN_A {
    ASYNCHRONOUS,
    INTERNAL,
    EXTERNAL,
}

Synchronization enable

Value on reset: 0

Variants

ASYNCHRONOUS

0: audio sub-block in asynchronous mode

INTERNAL

1: audio sub-block is synchronous with the other internal audio sub-block. In this case, the audio sub-block must be configured in slave mode

EXTERNAL

2: audio sub-block is synchronous with an external SAI embedded peripheral. In this case the audio sub-block should be configured in Slave mode

Trait Implementations

impl Clone for SYNCEN_A[src]

impl Copy for SYNCEN_A[src]

impl Debug for SYNCEN_A[src]

impl From<SYNCEN_A> for u8[src]

impl PartialEq<SYNCEN_A> for SYNCEN_A[src]

impl StructuralPartialEq for SYNCEN_A[src]

Auto Trait Implementations

impl Send for SYNCEN_A

impl Sync for SYNCEN_A

impl Unpin for SYNCEN_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.