Enum stm32_hal2::clocks::ApbPrescaler
source · #[repr(u8)]
pub enum ApbPrescaler {
Div1,
Div2,
Div4,
Div8,
Div16,
}
Expand description
For use with RCC_APBPPRE1
, and RCC_APBPPRE2
. Ie, low-speed and high-speed prescalers respectively.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ApbPrescaler
impl Clone for ApbPrescaler
source§fn clone(&self) -> ApbPrescaler
fn clone(&self) -> ApbPrescaler
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more