embassy-stm32

Crates

git

Versions

stm32u5f9vi

Flavors

embassy_stm32::can

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