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