Struct DMA2_CH2
pub struct DMA2_CH2 { /* private fields */ }
Expand description
DMA2_CH2 peripheral
Implementations§
Trait Implementations§
source§impl Channel for DMA2_CH2
impl Channel for DMA2_CH2
source§fn degrade(self) -> AnyChannel
fn degrade(self) -> AnyChannel
Type-erase (degrade) this pin into an
AnyChannel
. Read moresource§impl From<DMA2_CH2> for AnyChannel
impl From<DMA2_CH2> for AnyChannel
source§impl Peripheral for DMA2_CH2
impl Peripheral for DMA2_CH2
Auto Trait Implementations§
impl Freeze for DMA2_CH2
impl RefUnwindSafe for DMA2_CH2
impl Send for DMA2_CH2
impl Sync for DMA2_CH2
impl Unpin for DMA2_CH2
impl UnwindSafe for DMA2_CH2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more