Enum McoPrescaler
#[repr(u8)]pub enum McoPrescaler {
Show 16 variants
DIV1 = 0,
DIV2 = 1,
DIV3 = 2,
DIV4 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
DIV16 = 15,
}Variants§
DIV1 = 0
ck_icn_p_mce3 is divided by 1.
DIV2 = 1
ck_icn_p_mce3 is divided by 2.
DIV3 = 2
ck_icn_p_mce3 is divided by 3.
DIV4 = 3
ck_icn_p_mce3 is divided by 4.
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
DIV16 = 15
ck_icn_p_mce3 is divided by 16.
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