pub enum TIMPREW {
MUL2,
MUL4,
}
Expand description
Values that can be written to the field TIMPRE
Variants§
MUL2
If the APB prescaler is configured 1, TIMxCLK = PCLKx. Otherwise, TIMxCLK = 2xPCLKx
MUL4
If the APB prescaler is configured 1, 2 or 4, TIMxCLK = HCLK. Otherwise, TIMxCLK = 4xPCLKx
Auto Trait Implementations§
impl Freeze for TIMPREW
impl RefUnwindSafe for TIMPREW
impl Send for TIMPREW
impl Sync for TIMPREW
impl Unpin for TIMPREW
impl UnwindSafe for TIMPREW
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