1 | //! Module containing that which is specific to fdcan hardware variant |
---|---|
2 | |
3 | pub mod config; |
4 | pub mod filter; |
5 | pub(crate) mod message_ram; |
6 | pub(crate) mod peripheral; |
7 |
1 | //! Module containing that which is specific to fdcan hardware variant |
---|---|
2 | |
3 | pub mod config; |
4 | pub mod filter; |
5 | pub(crate) mod message_ram; |
6 | pub(crate) mod peripheral; |
7 |