pub struct SystemPreDivConfig { /* private fields */ }Available on crate feature
unstable only.Expand description
Configures the SYSTEM_PRE_DIV clock node.
The output is calculated as OUTPUT = SYSTEM_PRE_DIV_IN / (divisor + 1).
Implementations§
Trait Implementations§
Source§impl Clone for SystemPreDivConfig
impl Clone for SystemPreDivConfig
Source§fn clone(&self) -> SystemPreDivConfig
fn clone(&self) -> SystemPreDivConfig
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 SystemPreDivConfig
impl Debug for SystemPreDivConfig
Source§impl Hash for SystemPreDivConfig
impl Hash for SystemPreDivConfig
Source§impl PartialEq for SystemPreDivConfig
impl PartialEq for SystemPreDivConfig
impl Copy for SystemPreDivConfig
impl Eq for SystemPreDivConfig
impl StructuralPartialEq for SystemPreDivConfig
Auto Trait Implementations§
impl Freeze for SystemPreDivConfig
impl RefUnwindSafe for SystemPreDivConfig
impl Send for SystemPreDivConfig
impl Sync for SystemPreDivConfig
impl Unpin for SystemPreDivConfig
impl UnsafeUnpin for SystemPreDivConfig
impl UnwindSafe for SystemPreDivConfig
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)