#[repr(transparent)]pub struct WaitTimeConfigurationCommands(_);
Expand description
Wait time for all configuration commands
From the docs…
Available for device that support v1.1.0 FlexSPI configuration block. If it is greater than 0, ROM will wait waitTimeCfgCommands * 100us for all device memory configuration commands instead of using read status to wait until these commands complete.
Implementations
Trait Implementations
sourceimpl Clone for WaitTimeConfigurationCommands
impl Clone for WaitTimeConfigurationCommands
sourcefn clone(&self) -> WaitTimeConfigurationCommands
fn clone(&self) -> WaitTimeConfigurationCommands
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WaitTimeConfigurationCommands
impl Debug for WaitTimeConfigurationCommands
sourceimpl PartialEq<WaitTimeConfigurationCommands> for WaitTimeConfigurationCommands
impl PartialEq<WaitTimeConfigurationCommands> for WaitTimeConfigurationCommands
sourcefn eq(&self, other: &WaitTimeConfigurationCommands) -> bool
fn eq(&self, other: &WaitTimeConfigurationCommands) -> bool
impl Copy for WaitTimeConfigurationCommands
impl Eq for WaitTimeConfigurationCommands
impl StructuralEq for WaitTimeConfigurationCommands
impl StructuralPartialEq for WaitTimeConfigurationCommands
Auto Trait Implementations
impl RefUnwindSafe for WaitTimeConfigurationCommands
impl Send for WaitTimeConfigurationCommands
impl Sync for WaitTimeConfigurationCommands
impl Unpin for WaitTimeConfigurationCommands
impl UnwindSafe for WaitTimeConfigurationCommands
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more