Enum d1_pac::smhc::smhc_cmd::WAIT_PRE_OVER_A
source · pub enum WAIT_PRE_OVER_A {
AT_ONCE = 0,
WAIT = 1,
}
Expand description
Wait for Data Transfer Over
Value on reset: 0
Variants§
AT_ONCE = 0
0: Send command at once, does not care about data transferring
WAIT = 1
1: Wait for data transfer completion before sending the current command
Trait Implementations§
source§impl Clone for WAIT_PRE_OVER_A
impl Clone for WAIT_PRE_OVER_A
source§fn clone(&self) -> WAIT_PRE_OVER_A
fn clone(&self) -> WAIT_PRE_OVER_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WAIT_PRE_OVER_A
impl Debug for WAIT_PRE_OVER_A
source§impl From<WAIT_PRE_OVER_A> for bool
impl From<WAIT_PRE_OVER_A> for bool
source§fn from(variant: WAIT_PRE_OVER_A) -> Self
fn from(variant: WAIT_PRE_OVER_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for WAIT_PRE_OVER_A
impl PartialEq for WAIT_PRE_OVER_A
impl Copy for WAIT_PRE_OVER_A
impl Eq for WAIT_PRE_OVER_A
impl StructuralPartialEq for WAIT_PRE_OVER_A
Auto Trait Implementations§
impl Freeze for WAIT_PRE_OVER_A
impl RefUnwindSafe for WAIT_PRE_OVER_A
impl Send for WAIT_PRE_OVER_A
impl Sync for WAIT_PRE_OVER_A
impl Unpin for WAIT_PRE_OVER_A
impl UnwindSafe for WAIT_PRE_OVER_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)