[−][src]Struct imxrt_boot_gen::flexspi::WaitTimeConfigurationCommands
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
impl WaitTimeConfigurationCommands
[src]
pub const fn disable() -> Self
[src]
pub const fn new(wait_time_us: u16) -> Self
[src]
Computes the wait time from the specified wait_time_us
(microseconds)
The duration should be divisible by 100us
, since the
value is a factor scaled by 100us
Trait Implementations
impl Clone for WaitTimeConfigurationCommands
[src]
pub fn clone(&self) -> WaitTimeConfigurationCommands
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for WaitTimeConfigurationCommands
[src]
impl Debug for WaitTimeConfigurationCommands
[src]
impl Eq for WaitTimeConfigurationCommands
[src]
impl PartialEq<WaitTimeConfigurationCommands> for WaitTimeConfigurationCommands
[src]
pub fn eq(&self, other: &WaitTimeConfigurationCommands) -> bool
[src]
pub fn ne(&self, other: &WaitTimeConfigurationCommands) -> bool
[src]
impl StructuralEq for WaitTimeConfigurationCommands
[src]
impl StructuralPartialEq for WaitTimeConfigurationCommands
[src]
Auto Trait Implementations
impl Send for WaitTimeConfigurationCommands
[src]
impl Sync for WaitTimeConfigurationCommands
[src]
impl Unpin for WaitTimeConfigurationCommands
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,