embassy-stm32

Crates

git

Versions

stm32f103vf

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

Implementors§