Enum stm32_metapac::rcc::vals::Rngdiv
#[repr(u8)]pub enum Rngdiv {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
}
Variants§
DIV1 = 0
RNG clock is not divided
DIV2 = 1
RNG clock is divided by 2
DIV4 = 2
RNG clock is divided by 4
DIV8 = 3
RNG clock is divided by 8
Implementations§
Trait Implementations§
§impl Ord for Rngdiv
impl Ord for Rngdiv
§impl PartialOrd for Rngdiv
impl PartialOrd for Rngdiv
impl Copy for Rngdiv
impl Eq for Rngdiv
impl StructuralPartialEq for Rngdiv
Auto Trait Implementations§
impl Freeze for Rngdiv
impl RefUnwindSafe for Rngdiv
impl Send for Rngdiv
impl Sync for Rngdiv
impl Unpin for Rngdiv
impl UnwindSafe for Rngdiv
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
)