pub enum MspiFastClkConfig {
Hs,
Ls,
}Available on crate feature
unstable only.Expand description
The list of clock signals that the MSPI_FAST_CLK multiplexer can output.
Variants§
Trait Implementations§
Source§impl Clone for MspiFastClkConfig
impl Clone for MspiFastClkConfig
Source§fn clone(&self) -> MspiFastClkConfig
fn clone(&self) -> MspiFastClkConfig
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 MspiFastClkConfig
impl Debug for MspiFastClkConfig
Source§impl Hash for MspiFastClkConfig
impl Hash for MspiFastClkConfig
Source§impl PartialEq for MspiFastClkConfig
impl PartialEq for MspiFastClkConfig
impl Copy for MspiFastClkConfig
impl Eq for MspiFastClkConfig
impl StructuralPartialEq for MspiFastClkConfig
Auto Trait Implementations§
impl Freeze for MspiFastClkConfig
impl RefUnwindSafe for MspiFastClkConfig
impl Send for MspiFastClkConfig
impl Sync for MspiFastClkConfig
impl Unpin for MspiFastClkConfig
impl UnsafeUnpin for MspiFastClkConfig
impl UnwindSafe for MspiFastClkConfig
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)