pub enum MCO1PRE_A {
Div1,
Div2,
Div3,
Div4,
Div5,
}
Expand description
MCO1 prescaler
Value on reset: 0
Variants
Div1
0: No division
Div2
4: Division by 2
Div3
5: Division by 3
Div4
6: Division by 4
Div5
7: Division by 5
Trait Implementations
impl Copy for MCO1PRE_A
impl StructuralPartialEq for MCO1PRE_A
Auto Trait Implementations
impl RefUnwindSafe for MCO1PRE_A
impl Send for MCO1PRE_A
impl Sync for MCO1PRE_A
impl Unpin for MCO1PRE_A
impl UnwindSafe for MCO1PRE_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