embassy-stm32

Crates

git

Versions

stm32h7r3l8

Flavors

embassy_stm32::can

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