pub struct RefTickXtalConfig { /* private fields */ }Available on crate feature
unstable only.Expand description
Configures the REF_TICK_XTAL clock node.
The output is calculated as OUTPUT = APB_CLK / (divisor + 1).
Implementations§
Trait Implementations§
Source§impl Clone for RefTickXtalConfig
impl Clone for RefTickXtalConfig
Source§fn clone(&self) -> RefTickXtalConfig
fn clone(&self) -> RefTickXtalConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RefTickXtalConfig
impl Debug for RefTickXtalConfig
Source§impl Hash for RefTickXtalConfig
impl Hash for RefTickXtalConfig
Source§impl PartialEq for RefTickXtalConfig
impl PartialEq for RefTickXtalConfig
impl Copy for RefTickXtalConfig
impl Eq for RefTickXtalConfig
impl StructuralPartialEq for RefTickXtalConfig
Auto Trait Implementations§
impl Freeze for RefTickXtalConfig
impl RefUnwindSafe for RefTickXtalConfig
impl Send for RefTickXtalConfig
impl Sync for RefTickXtalConfig
impl Unpin for RefTickXtalConfig
impl UnsafeUnpin for RefTickXtalConfig
impl UnwindSafe for RefTickXtalConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)