pub struct DMA2_CH2 { /* private fields */ }Expand description
DMA2_CH2 peripheral
Implementations§
Trait Implementations§
Source§impl ChannelInterrupt for DMA2_CH2
impl ChannelInterrupt for DMA2_CH2
Source§type Interrupt = DMA2_CHANNEL2
type Interrupt = DMA2_CHANNEL2
The interrupt type for this DMA channel.
Source§fn degrade(
self,
_irq: impl Binding<Self::Interrupt, InterruptHandler<Self>>,
) -> AnyChannel
fn degrade( self, _irq: impl Binding<Self::Interrupt, InterruptHandler<Self>>, ) -> AnyChannel
Degrade this channel to a type-erased
AnyChannel, verifying interrupt binding.Source§impl From<DMA2_CH2> for AnyChannel
impl From<DMA2_CH2> for AnyChannel
impl Channel for DMA2_CH2
impl Copy for DMA2_CH2
impl PeripheralType 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