[][src]Trait stm32l0xx_hal::dma::Target

pub trait Target<Channel> {
    const REQUEST: u8;
}

Associated Constants

const REQUEST: u8

Loading content...

Implementors

impl Target<Channel2> for stm32l0xx_hal::i2c::Tx<I2C1>[src]

impl Target<Channel2> for stm32l0xx_hal::i2c::Tx<I2C3>[src]

impl Target<Channel2> for stm32l0xx_hal::serial::Tx<USART1>[src]

impl Target<Channel3> for stm32l0xx_hal::i2c::Rx<I2C1>[src]

impl Target<Channel3> for stm32l0xx_hal::i2c::Rx<I2C3>[src]

impl Target<Channel3> for stm32l0xx_hal::serial::Rx<USART1>[src]

impl Target<Channel4> for stm32l0xx_hal::i2c::Tx<I2C2>[src]

impl Target<Channel4> for stm32l0xx_hal::i2c::Tx<I2C3>[src]

impl Target<Channel4> for stm32l0xx_hal::serial::Tx<USART1>[src]

impl Target<Channel4> for stm32l0xx_hal::serial::Tx<USART2>[src]

impl Target<Channel5> for stm32l0xx_hal::i2c::Rx<I2C2>[src]

impl Target<Channel5> for stm32l0xx_hal::i2c::Rx<I2C3>[src]

impl Target<Channel5> for stm32l0xx_hal::serial::Rx<USART1>[src]

impl Target<Channel5> for stm32l0xx_hal::serial::Rx<USART2>[src]

impl Target<Channel6> for stm32l0xx_hal::i2c::Tx<I2C1>[src]

impl Target<Channel6> for stm32l0xx_hal::serial::Rx<USART2>[src]

impl Target<Channel7> for stm32l0xx_hal::i2c::Rx<I2C1>[src]

impl Target<Channel7> for stm32l0xx_hal::serial::Tx<USART2>[src]

Loading content...