embassy-stm32

Crates

git

Versions

stm32u595qi

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Type Alias embassy_stm32::can::BufferedFdCanReceiver

source ·
pub type BufferedFdCanReceiver = DynamicReceiver<'static, Result<FdEnvelope, BusError>>;
Expand description

Receiver that can be used for receiving CAN frames. Note, each CAN frame will only be received by one receiver.

Aliased Type§

struct BufferedFdCanReceiver { /* private fields */ }