#[repr(u8)]pub enum CrsSyncSrc {
Gpio = 0,
Lse = 1,
Usb = 2,
}
Expand description
Select the SYNC signal source. Sets the CRS_CFGR register, SYNCSRC field.
Variants§
Trait Implementations§
Source§impl Clone for CrsSyncSrc
impl Clone for CrsSyncSrc
Source§fn clone(&self) -> CrsSyncSrc
fn clone(&self) -> CrsSyncSrc
Returns a duplicate 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 moreimpl Copy for CrsSyncSrc
Auto Trait Implementations§
impl Freeze for CrsSyncSrc
impl RefUnwindSafe for CrsSyncSrc
impl Send for CrsSyncSrc
impl Sync for CrsSyncSrc
impl Unpin for CrsSyncSrc
impl UnwindSafe for CrsSyncSrc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more