More work on H7 RCC

This commit is contained in:
Thales Fragoso
2021-05-18 21:52:34 -03:00
parent 054f0d51dc
commit 2ea12d96ee
3 changed files with 205 additions and 20 deletions

View File

@ -5,7 +5,7 @@
pub struct Bps(pub u32);
/// Hertz
#[derive(PartialEq, PartialOrd, Clone, Copy, Debug)]
#[derive(PartialEq, PartialOrd, Clone, Copy, Debug, Eq)]
pub struct Hertz(pub u32);
/// KiloHertz