Enum esp32_hal::dma::DmaPeripheral  
source · pub enum DmaPeripheral {
    Spi2,
    Spi3,
    I2s0,
    I2s1,
}Expand description
DMA capable peripherals The values need to match the TRM
Variants§
Trait Implementations§
source§impl Clone for DmaPeripheral
 
impl Clone for DmaPeripheral
source§fn clone(&self) -> DmaPeripheral
 
fn clone(&self) -> DmaPeripheral
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