embassy-stm32

Crates

git

Versions

stm32h562ag

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Trait embassy_stm32::spi::Word

source ยท
pub trait Word: Word + SealedWord { }
Expand description

Word sizes usable for SPI.

Object Safetyยง

This trait is not object safe.

Implementations on Foreign Typesยง

sourceยง

impl Word for u8

sourceยง

impl Word for u16

sourceยง

impl Word for u32

Implementorsยง