Enum stm32_hal2::dma::DmaInterrupt
source · pub enum DmaInterrupt {
TransferError,
HalfTransfer,
TransferComplete,
DirectModeError,
FifoError,
}
Expand description
Interrupt type. Set in CCR using TEIE, HTIE, and TCIE bits. Can only be set when channel is disabled.
Variants§
Trait Implementations§
source§impl Clone for DmaInterrupt
impl Clone for DmaInterrupt
source§fn clone(&self) -> DmaInterrupt
fn clone(&self) -> DmaInterrupt
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 more