Embassy
embassy-stm32

Crates

git

Versions

stm32l4p5ag

Flavors

Type Alias embassy_stm32::can::TxBuf

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

User supplied buffer for TX buffering

Aliased Type§

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