[][src]Trait stm32l0xx_hal::dma::SupportedWordSize

pub trait SupportedWordSize {
    fn size() -> MSIZE_A;
}

Required methods

fn size() -> MSIZE_A

Loading content...

Implementors

impl SupportedWordSize for u8[src]

impl SupportedWordSize for u16[src]

impl SupportedWordSize for u32[src]

Loading content...