#[repr(u8)]
pub enum SyncIn {
    Sai1,
    Sai2,
    Sai3,
    Sai4,
}
Expand description

Synchronization inputs. Sets xGCR register, SYNCIn field. Must be set when SAI is diabled. Not block specific. Syncs this SAI peripheral with the one specified here, if sync_mode is configured as SyncExternal. The block synchronized with is controlled by that SAI’s sync_out setting.

Variants

Sai1

Sync with SAI1 as master.

Sai2

Sync with SAI2 as master.

Sai3

Sync with SAI3 as master.

Sai4

Sync with SAI4 as master.

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.