stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers to use them.

This commit is contained in:
Dario Nieuwenhuis
2022-02-10 21:38:03 +01:00
parent 9d682aa1fa
commit b99ab3d5d9
26 changed files with 913 additions and 1781 deletions

View File

@ -13,6 +13,7 @@ pub mod fmt;
// Utilities
pub mod interrupt;
pub mod time;
mod traits;
// Always-present hardware
pub mod dma;