Enum Ccopre
#[repr(u8)]pub enum Ccopre {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
Div16 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Div1 = 0
CCO clock is divided by 1.
Div2 = 1
CCO clock is divided by 2.
Div4 = 2
CCO clock is divided by 4.
Div8 = 3
CCO clock is divided by 8.
Div16 = 4
CCO clock is divided by 16.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Ccopre
impl Eq for Ccopre
§impl Ord for Ccopre
impl Ord for Ccopre
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ccopre
impl PartialOrd for Ccopre
impl StructuralPartialEq for Ccopre
Auto Trait Implementations§
impl Freeze for Ccopre
impl RefUnwindSafe for Ccopre
impl Send for Ccopre
impl Sync for Ccopre
impl Unpin for Ccopre
impl UnsafeUnpin for Ccopre
impl UnwindSafe for Ccopre
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