pub struct CpuPllDivConfig { /* private fields */ }Available on crate feature
unstable only.Expand description
Configures the CPU_PLL_DIV clock node.
The output is calculated as OUTPUT = PLL_CLK / divisor.
Implementations§
Source§impl CpuPllDivConfig
impl CpuPllDivConfig
Sourcepub const fn new(divisor: CpuPllDivDivisor) -> Self
pub const fn new(divisor: CpuPllDivDivisor) -> Self
Creates a new configuration for the CPU_PLL_DIV clock node.
Trait Implementations§
Source§impl Clone for CpuPllDivConfig
impl Clone for CpuPllDivConfig
Source§fn clone(&self) -> CpuPllDivConfig
fn clone(&self) -> CpuPllDivConfig
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 CpuPllDivConfig
impl Debug for CpuPllDivConfig
Source§impl Hash for CpuPllDivConfig
impl Hash for CpuPllDivConfig
Source§impl PartialEq for CpuPllDivConfig
impl PartialEq for CpuPllDivConfig
impl Copy for CpuPllDivConfig
impl Eq for CpuPllDivConfig
impl StructuralPartialEq for CpuPllDivConfig
Auto Trait Implementations§
impl Freeze for CpuPllDivConfig
impl RefUnwindSafe for CpuPllDivConfig
impl Send for CpuPllDivConfig
impl Sync for CpuPllDivConfig
impl Unpin for CpuPllDivConfig
impl UnsafeUnpin for CpuPllDivConfig
impl UnwindSafe for CpuPllDivConfig
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)