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