Embassy
embassy-stm32

Crates

git

Versions

stm32f423vh

Flavors

Type Alias embassy_stm32::can::RxBuf

source ·
pub type RxBuf<const BUF_SIZE: usize> = Channel<CriticalSectionRawMutex, Result<Envelope, BusError>, BUF_SIZE>;
Expand description

User supplied buffer for RX Buffering

Aliased Type§

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