Embassy
embassy-stm32

Crates

git

Versions

stm32u575qg

Flavors

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 */ }