Enum McoPrescaler
#[repr(u8)]pub enum McoPrescaler {
Show 16 variants
Disabled = 0,
Div1 = 1,
Div2 = 2,
Div3 = 3,
Div4 = 4,
Div5 = 5,
Div6 = 6,
Div7 = 7,
Div8 = 8,
Div9 = 9,
Div10 = 10,
Div11 = 11,
Div12 = 12,
Div13 = 13,
Div14 = 14,
Div15 = 15,
}Variants§
Disabled = 0
Prescaler disabled (default after reset)
Div1 = 1
Division by 1 (bypass)
Div2 = 2
Division by 2
Div3 = 3
Division by 3
Div4 = 4
Division by 4
Div5 = 5
Division by 5
Div6 = 6
Division by 6
Div7 = 7
Division by 7
Div8 = 8
Division by 8
Div9 = 9
Division by 9
Div10 = 10
Division by 10
Div11 = 11
Division by 11
Div12 = 12
Division by 12
Div13 = 13
Division by 13
Div14 = 14
Division by 14
Div15 = 15
Division by 15
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.