Add low level timer API.

This commit is contained in:
Matous Hybl
2021-12-08 17:36:40 +01:00
parent 0d67ceb066
commit a1f7a94c69
2 changed files with 225 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pub mod gpio;
pub mod rcc;
#[cfg(feature = "_time-driver")]
mod time_driver;
pub mod timer;
// Sometimes-present hardware