#[repr(u8)]pub enum RNGDIV {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}
Expand description
Division factor of RNG clock divider
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RNGDIV
impl Eq for RNGDIV
impl IsEnum 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