embassy-stm32 0.6.0

Embassy Hardware Abstraction Layer (HAL) for ST STM32 series microcontrollers
Documentation
1
2
3
4
5
6
//! Module containing that which is specific to fdcan hardware variant

pub mod config;
pub mod filter;
pub(crate) mod message_ram;
pub(crate) mod peripheral;