Enum MasterClockDivider
#[repr(u8)]pub enum MasterClockDivider {
Show 16 variants
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV6 = 3,
DIV8 = 4,
DIV10 = 5,
DIV12 = 6,
DIV14 = 7,
DIV16 = 8,
DIV18 = 9,
DIV20 = 10,
DIV22 = 11,
DIV24 = 12,
DIV26 = 13,
DIV28 = 14,
DIV30 = 15,
}
Variants§
DIV1 = 0
DIV2 = 1
DIV4 = 2
DIV6 = 3
DIV8 = 4
DIV10 = 5
DIV12 = 6
DIV14 = 7
DIV16 = 8
DIV18 = 9
DIV20 = 10
DIV22 = 11
DIV24 = 12
DIV26 = 13
DIV28 = 14
DIV30 = 15
Implementations§
Trait Implementations§
§impl Ord for Mckdiv
impl Ord for Mckdiv
§impl PartialOrd for Mckdiv
impl PartialOrd for Mckdiv
impl Copy for Mckdiv
impl Eq for Mckdiv
impl StructuralPartialEq for Mckdiv
Auto Trait Implementations§
impl Freeze for Mckdiv
impl RefUnwindSafe for Mckdiv
impl Send for Mckdiv
impl Sync for Mckdiv
impl Unpin for Mckdiv
impl UnwindSafe for Mckdiv
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