embassy-rp

Crates

git

Versions

rp235xa

Flavors

Skip to main content

Word

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

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§