pub struct PeripheralToMemory;
Expand description

DMA from a peripheral to a memory location.

Trait Implementations§

source§

impl Clone for PeripheralToMemory

source§

fn clone(&self) -> PeripheralToMemory

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PeripheralToMemory

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Direction for PeripheralToMemory

source§

fn new() -> Self

Creates a new instance of the type.
source§

fn direction() -> DmaDirection

Returns the DmaDirection of the type.
source§

impl Format for PeripheralToMemory

source§

fn format(&self, f: Formatter<'_>)

Writes the defmt representation of self to fmt.
source§

impl TargetAddress<PeripheralToMemory> for ADC1

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for ADC2

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for ADC3

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Adc<ADC1, Enabled>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Adc<ADC2, Enabled>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Adc<ADC3, Enabled>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for ChannelA<SAI1>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for ChannelA<SAI2>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for ChannelA<SAI3>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for ChannelB<SAI1>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for ChannelB<SAI2>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for ChannelB<SAI3>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for I2C1

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for I2C2

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for I2C3

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for I2C4

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for I2c<I2C1>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for I2c<I2C2>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for I2c<I2C3>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for I2c<I2C4>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for LPUART1

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for QUADSPI

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = None

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Rx<UART4>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Rx<UART5>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Rx<UART7>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Rx<UART8>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Rx<USART1>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Rx<USART2>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Rx<USART3>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Rx<USART6>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SAI1

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SAI2

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SAI3

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SAI4

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SPI1

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SPI2

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SPI3

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SPI4

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SPI5

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for SPI6

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Serial<UART4>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Serial<UART5>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Serial<UART7>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Serial<UART8>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Serial<USART1>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Serial<USART2>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Serial<USART3>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Serial<USART6>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI1, Disabled, u8>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI1, Disabled, u16>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI1, Disabled, u32>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI2, Disabled, u8>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI2, Disabled, u16>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI2, Disabled, u32>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI3, Disabled, u8>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI3, Disabled, u16>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI3, Disabled, u32>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI4, Disabled, u8>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI4, Disabled, u16>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI4, Disabled, u32>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI5, Disabled, u8>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI5, Disabled, u16>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI5, Disabled, u32>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI6, Disabled, u8>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Spi<SPI6, Disabled, u16>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u16

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for UART4

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for UART5

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for UART7

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for UART8

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for USART1

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for USART2

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for USART3

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for USART6

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u8

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = _

An optional associated request line
source§

const TRBUFF: bool = true

Mark that the TRBUFF bit must be set for this target
source§

impl TargetAddress<PeripheralToMemory> for Qspi<QUADSPI>

source§

fn address(&self) -> usize

The address to be used by the DMA stream
§

type MemSize = u32

Memory size of the target address
source§

const REQUEST_LINE: Option<u8> = None

An optional associated request line
source§

const TRBUFF: bool = false

Mark that the TRBUFF bit must be set for this target
source§

impl Copy for PeripheralToMemory

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> 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, 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.