Enum stm32_metapac::rcc::vals::Mcopre
#[repr(u8)]pub enum Mcopre {
DIV1 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
DIV2 = 4,
DIV3 = 5,
DIV4 = 6,
DIV5 = 7,
}
Variants§
DIV1 = 0
No division
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
DIV2 = 4
Division by 2
DIV3 = 5
Division by 3
DIV4 = 6
Division by 4
DIV5 = 7
Division by 5
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)