pub enum MCOPRE {
Div1_no_div,
Div2,
Div3,
Div4,
Div5,
}Expand description
MCO prescaler
Value on reset: No division
Variants§
Trait Implementations§
impl Copy for MCOPRE
impl Eq for MCOPRE
impl StructuralPartialEq for MCOPRE
Auto Trait Implementations§
impl Freeze for MCOPRE
impl RefUnwindSafe for MCOPRE
impl Send for MCOPRE
impl Sync for MCOPRE
impl Unpin for MCOPRE
impl UnwindSafe for MCOPRE
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