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