embassy-stm32

Crates

git

Versions

stm32u585zi

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Type Alias embassy_stm32::can::TxFdBuf

source ·
pub type TxFdBuf<const BUF_SIZE: usize> = Channel<CriticalSectionRawMutex, FdFrame, BUF_SIZE>;
Expand description

User supplied buffer for TX buffering

Aliased Type§

struct TxFdBuf<const BUF_SIZE: usize> { /* private fields */ }