#[repr(u8)]pub enum Divselect {
Div1 = 1,
}
Expand description
CPU Clock Division Factor
Value on reset: 1
Variants§
Div1 = 1
1: Divide by 1
Trait Implementations§
impl Copy for Divselect
impl Eq for Divselect
impl IsEnum for Divselect
impl StructuralPartialEq for Divselect
Auto Trait Implementations§
impl Freeze for Divselect
impl RefUnwindSafe for Divselect
impl Send for Divselect
impl Sync for Divselect
impl Unpin for Divselect
impl UnwindSafe for Divselect
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