Enum stm32_hal2::clocks::ApbPrescaler [−][src]
#[repr(u8)]
pub enum ApbPrescaler {
Div1,
Div2,
Div4,
Div8,
Div16,
}For use with RCC_APBPPRE1, and RCC_APBPPRE2. Ie, low-speed and high-speed prescalers respectively.
Variants
Implementations
impl ApbPrescaler[src]
impl ApbPrescaler[src]Trait Implementations
impl Clone for ApbPrescaler[src]
impl Clone for ApbPrescaler[src]fn clone(&self) -> ApbPrescaler[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ApbPrescaler[src]
impl Copy for ApbPrescaler[src]