Enum Timpre
#[repr(u8)]pub enum Timpre {
Mul2 = 0,
Mul4 = 1,
}Variants§
Mul2 = 0
If the APB prescaler is configured 1, TIMxCLK = PCLKx. Otherwise, TIMxCLK = 2xPCLKx
Mul4 = 1
If the APB prescaler is configured 1, 2 or 4, TIMxCLK = HCLK. Otherwise, TIMxCLK = 4xPCLKx
Implementations§
Trait Implementations§
impl Copy for Timpre
impl Eq for Timpre
§impl Ord for Timpre
impl Ord for Timpre
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Timpre
impl PartialOrd 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 UnsafeUnpin 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