#[repr(u8)]
pub enum SyncOut {
    NoSync,
    BlockA,
    BlockB,
}
Expand description

Synchronization outputs. Sets xGCR register, SYNCOUT field. Must be set when SAI is diabled. Not block specific.

Variants

NoSync

No synchronization output signals. SYNCOUT[1:0] should be configured as “No synchronization output signals” when audio block is configured as SPDIF

BlockA

Block A used for further synchronization for others SAI

BlockB

Block B used for further synchronization for others SAI

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.