Embassy
embassy-stm32

Crates

git

Versions

stm32u575vg

Flavors

Struct embassy_stm32::peripherals::GPDMA1_CH12

·
pub struct GPDMA1_CH12 { /* private fields */ }
Expand description

GPDMA1_CH12 peripheral

Implementations§

source§

impl GPDMA1_CH12

source

pub unsafe fn steal() -> Self

Unsafely create an instance of this peripheral out of thin air.

§Safety

You must ensure that you’re only using one instance of this type at a time.

Trait Implementations§

source§

impl Channel for GPDMA1_CH12

source§

fn degrade(self) -> AnyChannel

Type-erase (degrade) this pin into an AnyChannel. Read more
source§

impl From<GPDMA1_CH12> for AnyChannel

source§

fn from(x: GPDMA1_CH12) -> Self

Converts to this type from the input type.
source§

impl Peripheral for GPDMA1_CH12

§

type P = GPDMA1_CH12

Peripheral singleton type
source§

unsafe fn clone_unchecked(&self) -> Self::P

Unsafely clone (duplicate) a peripheral singleton. Read more
source§

fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>
where Self: 'a,

Convert a value into a PeripheralRef. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DacDma1<DAC1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asDacDma1 Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> DacDma2<DAC1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asDacDma2 Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> Dma<HASH> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> Dma<SAI1, A> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> Dma<SAI1, B> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> Dma<SAI2, A> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> Dma<SAI2, B> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> FrameDma<DCMI> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asFrameDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> OctoDma<OCTOSPI1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asOctoDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> ReadDma<CORDIC> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asReadDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<I2C1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<I2C2> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<I2C3> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<I2C4> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<LPUART1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<SPI1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<SPI2> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<SPI3> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<UART4> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<UART5> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<UCPD1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<USART1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<USART2> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> RxDma<USART3> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asRxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> TxDma<I2C1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<I2C2> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<I2C3> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<I2C4> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<LPUART1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<SPI1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<SPI2> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<SPI3> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<UART4> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<UART5> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<UCPD1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<USART1> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<USART2> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> TxDma<USART3> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asTxDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.
source§

impl<T> WriteDma<CORDIC> for T
where T: Channel,

source§

fn request(&self) -> u8

Get the DMA request number needed to use this channel asWriteDma Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.