stm32/rcc: remove unused enum.
This commit is contained in:
parent
f24a1b62bb
commit
7ce3b19389
1 changed files with 0 additions and 9 deletions
|
@ -58,15 +58,6 @@ pub struct Hse {
|
|||
pub mode: HseMode,
|
||||
}
|
||||
|
||||
#[cfg(stm32h7)]
|
||||
#[derive(Clone, Copy, Eq, PartialEq)]
|
||||
pub enum Lse {
|
||||
/// 32.768 kHz crystal/ceramic oscillator (LSEBYP=0)
|
||||
Oscillator,
|
||||
/// external clock input up to 1MHz (LSEBYP=1)
|
||||
Bypass(Hertz),
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Eq, PartialEq)]
|
||||
pub enum Hsi {
|
||||
/// 64Mhz
|
||||
|
|
Loading…
Reference in a new issue