#[repr(u8)]
pub enum DIV_A {
DIV1,
}
Expand description
CPU Clock Division Factor
Value on reset: 1
Variants
DIV1
1: Divide by 1
Trait Implementations
impl Copy for DIV_A
impl StructuralPartialEq for DIV_A
Auto Trait Implementations
impl RefUnwindSafe for DIV_A
impl Send for DIV_A
impl Sync for DIV_A
impl Unpin for DIV_A
impl UnwindSafe for DIV_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more