embassy-rp

Crates

git

Versions

rp235xb

Flavors

embassy_rp::dma

Trait Word

Source
pub trait Word: SealedWord {
    // Required method
    fn size() -> DataSize;
}
Expand description

DMA word.

Required Methods§

Source

fn size() -> DataSize

Word size.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Word for u8

Source§

fn size() -> DataSize

Source§

impl Word for u16

Source§

fn size() -> DataSize

Source§

impl Word for u32

Source§

fn size() -> DataSize

Implementors§