#[repr(u8)]
pub enum CrsSyncSrc {
    CrsSync,
    Lse,
    OtgHs,
}
Expand description

Select the SYNC signal source. Sets the CRS_CFGR register, SYNCSRC field.

Variants

CrsSync

CRS_SYNC pin selected as SYNC signal source

Lse

LSE selected as SYNC signal source

OtgHs

OTG HS1 SOF selected as SYNC signal source

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.