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