Enum stm32_hal2::clocks::CrsSyncSrc
source · #[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§
source§impl Clone for CrsSyncSrc
impl Clone for CrsSyncSrc
source§fn clone(&self) -> CrsSyncSrc
fn clone(&self) -> CrsSyncSrc
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more