Trait stm32f7xx_hal::dma::SupportedWordSize[][src]

pub trait SupportedWordSize: Sealed + Unpin + 'static {
    fn msize() -> MSIZE_A;
fn psize() -> PSIZE_A; }

Required methods

Implementations on Foreign Types

Implementors