Enum embassy_stm32::rcc::McoPrescaler
source · #[repr(u8)]pub enum McoPrescaler {
Show 16 variants
_RESERVED_0 = 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§
_RESERVED_0 = 0
DIV1 = 1
Divide by 1
DIV2 = 2
Divide by 2
DIV3 = 3
Divide by 3
DIV4 = 4
Divide by 4
DIV5 = 5
Divide by 5
DIV6 = 6
Divide by 6
DIV7 = 7
Divide by 7
DIV8 = 8
Divide by 8
DIV9 = 9
Divide by 9
DIV10 = 10
Divide by 10
DIV11 = 11
Divide by 11
DIV12 = 12
Divide by 12
DIV13 = 13
Divide by 13
DIV14 = 14
Divide by 14
DIV15 = 15
Divide by 15
Implementations§
Trait Implementations§
source§impl Ord for Mcopre
impl Ord for Mcopre
source§impl PartialEq for Mcopre
impl PartialEq for Mcopre
source§impl PartialOrd for Mcopre
impl PartialOrd for Mcopre
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Mcopre
impl Eq for Mcopre
impl StructuralEq for Mcopre
impl StructuralPartialEq for Mcopre
Auto Trait Implementations§
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