pub enum WAITPEND_A {
Disabled,
Enabled,
}
Expand description
CPSM Waits for ends of data transfer (CmdPend internal signal).
Value on reset: 0
Variants§
Disabled
0: Don’t wait for data end
Enabled
1: Wait for end of data transfer signal before sending command
Trait Implementations§
source§impl Clone for WAITPEND_A
impl Clone for WAITPEND_A
source§fn clone(&self) -> WAITPEND_A
fn clone(&self) -> WAITPEND_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 WAITPEND_A
impl Debug for WAITPEND_A
source§impl PartialEq<WAITPEND_A> for WAITPEND_A
impl PartialEq<WAITPEND_A> for WAITPEND_A
source§fn eq(&self, other: &WAITPEND_A) -> bool
fn eq(&self, other: &WAITPEND_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WAITPEND_A
impl StructuralPartialEq for WAITPEND_A
Auto Trait Implementations§
impl RefUnwindSafe for WAITPEND_A
impl Send for WAITPEND_A
impl Sync for WAITPEND_A
impl Unpin for WAITPEND_A
impl UnwindSafe for WAITPEND_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