wip timers for embassy rtc

This commit is contained in:
Thales Fragoso
2021-05-22 23:58:40 -03:00
parent 212d905816
commit e49e3723a8
2 changed files with 587 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ pub mod pwr;
pub mod rcc;
#[cfg(feature = "_rng")]
pub mod rng;
#[cfg(feature = "_timer")]
pub mod rtc;
#[cfg(feature = "_sdmmc")]
pub mod sdmmc;
#[cfg(feature = "_spi")]