Enum stm32_hal2::clocks::HclkPrescaler
source · #[repr(u8)]
pub enum HclkPrescaler {
Div1,
Div2,
Div4,
Div8,
Div16,
Div64,
Div128,
Div256,
Div512,
}
Expand description
Division factor for the AHB clock. Also known as AHB Prescaler. See RCC_D1CFGR reg.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for HclkPrescaler
impl Clone for HclkPrescaler
source§fn clone(&self) -> HclkPrescaler
fn clone(&self) -> HclkPrescaler
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