Enum d1_pac::spi_dbi::spi_ndma_mode_ctl::SPI_ACK_M_A
source · pub enum SPI_ACK_M_A {
IGNORE = 0,
AFTER_DETECT = 1,
}
Expand description
SPI NDMA Acknowledge Mode
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for SPI_ACK_M_A
impl Clone for SPI_ACK_M_A
source§fn clone(&self) -> SPI_ACK_M_A
fn clone(&self) -> SPI_ACK_M_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 SPI_ACK_M_A
impl Debug for SPI_ACK_M_A
source§impl From<SPI_ACK_M_A> for bool
impl From<SPI_ACK_M_A> for bool
source§fn from(variant: SPI_ACK_M_A) -> Self
fn from(variant: SPI_ACK_M_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for SPI_ACK_M_A
impl PartialEq for SPI_ACK_M_A
impl Copy for SPI_ACK_M_A
impl Eq for SPI_ACK_M_A
impl StructuralPartialEq for SPI_ACK_M_A
Auto Trait Implementations§
impl Freeze for SPI_ACK_M_A
impl RefUnwindSafe for SPI_ACK_M_A
impl Send for SPI_ACK_M_A
impl Sync for SPI_ACK_M_A
impl Unpin for SPI_ACK_M_A
impl UnwindSafe for SPI_ACK_M_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
)