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