#[repr(u8)]
pub enum DIV_A {
DIV1,
DIV2,
DIV4,
DIV8,
DIV16,
DIV32,
DIV64,
DIV128,
}
Expand description
Low-Power Clock Division Factor
Value on reset: 1
Variants
DIV1
1: Divide by 1
DIV2
2: Divide by 2
DIV4
4: Divide by 4
DIV8
8: Divide by 8
DIV16
16: Divide by 16
DIV32
32: Divide by 32
DIV64
64: Divide by 64
DIV128
128: Divide by 128
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