pub enum TIMPRE_A {
Mul2,
Mul4,
}
Expand description
Timers clocks prescalers selection
Value on reset: 0
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
Trait Implementations
impl Copy for TIMPRE_A
impl StructuralPartialEq for TIMPRE_A
Auto Trait Implementations
impl RefUnwindSafe for TIMPRE_A
impl Send for TIMPRE_A
impl Sync for TIMPRE_A
impl Unpin for TIMPRE_A
impl UnwindSafe for TIMPRE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more