Embassy
embassy-stm32

Crates

git

Versions

stm32h747xi-cm7

Flavors

Type Alias embassy_stm32::can::RxFdBuf

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

User supplied buffer for RX Buffering

Aliased Type§

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