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