Struct LPDMA1_CH1
pub struct LPDMA1_CH1 { /* private fields */ }
Expand description
LPDMA1_CH1 peripheral
Implementations§
Trait Implementations§
source§impl Channel for LPDMA1_CH1
impl Channel for LPDMA1_CH1
source§fn degrade(self) -> AnyChannel
fn degrade(self) -> AnyChannel
Type-erase (degrade) this pin into an
AnyChannel
. Read moresource§impl DacDma1<DAC1> for LPDMA1_CH1
impl DacDma1<DAC1> for LPDMA1_CH1
source§impl DacDma2<DAC1> for LPDMA1_CH1
impl DacDma2<DAC1> for LPDMA1_CH1
source§impl From<LPDMA1_CH1> for AnyChannel
impl From<LPDMA1_CH1> for AnyChannel
source§fn from(x: LPDMA1_CH1) -> Self
fn from(x: LPDMA1_CH1) -> Self
Converts to this type from the input type.
source§impl Peripheral for LPDMA1_CH1
impl Peripheral for LPDMA1_CH1
source§type P = LPDMA1_CH1
type P = LPDMA1_CH1
Peripheral singleton type
source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
source§impl RxDma<ADC4> for LPDMA1_CH1
impl RxDma<ADC4> for LPDMA1_CH1
source§impl RxDma<I2C3> for LPDMA1_CH1
impl RxDma<I2C3> for LPDMA1_CH1
source§impl RxDma<LPUART1> for LPDMA1_CH1
impl RxDma<LPUART1> for LPDMA1_CH1
source§impl RxDma<SPI3> for LPDMA1_CH1
impl RxDma<SPI3> for LPDMA1_CH1
source§impl TxDma<I2C3> for LPDMA1_CH1
impl TxDma<I2C3> for LPDMA1_CH1
source§impl TxDma<LPUART1> for LPDMA1_CH1
impl TxDma<LPUART1> for LPDMA1_CH1
Auto Trait Implementations§
impl Freeze for LPDMA1_CH1
impl RefUnwindSafe for LPDMA1_CH1
impl Send for LPDMA1_CH1
impl Sync for LPDMA1_CH1
impl Unpin for LPDMA1_CH1
impl UnwindSafe for LPDMA1_CH1
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