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