Enum Mcopre
#[repr(u8)]pub enum Mcopre {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
DIV16 = 4,
DIV32 = 5,
DIV64 = 6,
DIV128 = 7,
}
Variants§
DIV1 = 0
MCO clock not divided
DIV2 = 1
MCO clock divided by 2
DIV4 = 2
MCO clock divided by 4
DIV8 = 3
MCO clock divided by 8
DIV16 = 4
MCO clock divided by 16
DIV32 = 5
MCO clock divided by 32
DIV64 = 6
MCO clock divided by 64
DIV128 = 7
MCO clock divided by 128
Implementations§
Trait Implementations§
§impl Ord for Mcopre
impl Ord for Mcopre
§impl PartialOrd for Mcopre
impl PartialOrd for Mcopre
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