Enum stm32_metapac::rcc::vals::Timpre
#[repr(u8)]pub enum Timpre {
DEFAULTX2 = 0,
DEFAULTX4 = 1,
}
Variants§
DEFAULTX2 = 0
The timers kernel clock is equal to rcc_hclk1 if PPRE1 or PPRE2 corresponds to a division by 1 or 2, else it is equal to 2 x Frcc_pclk1 or 2 x Frcc_pclk2 (default after reset)
DEFAULTX4 = 1
The timers kernel clock is equal to 2 x Frcc_pclk1 or 2 x Frcc_pclk2 if PPRE1 or PPRE2 corresponds to a division by 1, 2 or 4, else it is equal to 4 x Frcc_pclk1 or 4 x Frcc_pclk2
Implementations§
Trait Implementations§
§impl Ord for Timpre
impl Ord for Timpre
§impl PartialOrd for Timpre
impl PartialOrd for Timpre
impl Copy for Timpre
impl Eq for Timpre
impl StructuralPartialEq for Timpre
Auto Trait Implementations§
impl Freeze for Timpre
impl RefUnwindSafe for Timpre
impl Send for Timpre
impl Sync for Timpre
impl Unpin for Timpre
impl UnwindSafe for Timpre
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)