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