Enum stm32_hal2::qspi::QspiInterrupt
source · pub enum QspiInterrupt {
FifoThreshold,
StatusMatch,
Timeout,
TransferComplete,
TransferError,
}Expand description
Interrupt events
Variants§
Trait Implementations§
source§impl Clone for QspiInterrupt
impl Clone for QspiInterrupt
source§fn clone(&self) -> QspiInterrupt
fn clone(&self) -> QspiInterrupt
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 PartialEq<QspiInterrupt> for QspiInterrupt
impl PartialEq<QspiInterrupt> for QspiInterrupt
source§fn eq(&self, other: &QspiInterrupt) -> bool
fn eq(&self, other: &QspiInterrupt) -> bool
This method tests for
self and other values to be equal, and is used
by ==.