pub struct LPDMA1_CH3 { /* private fields */ }Expand description
LPDMA1_CH3 peripheral
Implementations§
Trait Implementations§
Source§impl ChannelInstance for LPDMA1_CH3
impl ChannelInstance for LPDMA1_CH3
Source§type Interrupt = LPDMA1_CHANNEL3
type Interrupt = LPDMA1_CHANNEL3
The interrupt type for this DMA channel.
Source§impl Clone for LPDMA1_CH3
impl Clone for LPDMA1_CH3
Source§impl Debug for LPDMA1_CH3
impl Debug for LPDMA1_CH3
Source§impl Format for LPDMA1_CH3
impl Format for LPDMA1_CH3
Source§impl RxDma<ADC4> for LPDMA1_CH3
impl RxDma<ADC4> for LPDMA1_CH3
Source§impl RxDma<I2C3> for LPDMA1_CH3
impl RxDma<I2C3> for LPDMA1_CH3
Source§impl RxDma<LPUART1> for LPDMA1_CH3
impl RxDma<LPUART1> for LPDMA1_CH3
Source§impl RxDma<SPI3> for LPDMA1_CH3
impl RxDma<SPI3> for LPDMA1_CH3
Source§impl TxDma<I2C3> for LPDMA1_CH3
impl TxDma<I2C3> for LPDMA1_CH3
Source§impl TxDma<LPUART1> for LPDMA1_CH3
impl TxDma<LPUART1> for LPDMA1_CH3
Source§impl TxDma<SPI3> for LPDMA1_CH3
impl TxDma<SPI3> for LPDMA1_CH3
impl Copy for LPDMA1_CH3
impl PeripheralType for LPDMA1_CH3
Auto Trait Implementations§
impl Freeze for LPDMA1_CH3
impl RefUnwindSafe for LPDMA1_CH3
impl Send for LPDMA1_CH3
impl Sync for LPDMA1_CH3
impl Unpin for LPDMA1_CH3
impl UnwindSafe for LPDMA1_CH3
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