Enum esp32c2_hal::dma::DmaPeripheral
source · pub enum DmaPeripheral {
Spi2,
Sha,
}
Expand description
DMA capable peripherals The values need to match the TRM
Variants
Spi2
Sha
Trait Implementations
sourceimpl Clone for DmaPeripheral
impl Clone for DmaPeripheral
sourcefn clone(&self) -> DmaPeripheral
fn clone(&self) -> DmaPeripheral
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DmaPeripheral
Auto Trait Implementations
impl RefUnwindSafe for DmaPeripheral
impl Send for DmaPeripheral
impl Sync for DmaPeripheral
impl Unpin for DmaPeripheral
impl UnwindSafe for DmaPeripheral
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more