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