#[repr(u8)]
pub enum APBBDIV_A {
DIV1,
DIV2,
DIV4,
DIV8,
DIV16,
DIV32,
DIV64,
DIV128,
}
Expand description
APBB Prescaler Selection
Value on reset: 0
Variants
DIV1
0: Divide by 1
DIV2
1: Divide by 2
DIV4
2: Divide by 4
DIV8
3: Divide by 8
DIV16
4: Divide by 16
DIV32
5: Divide by 32
DIV64
6: Divide by 64
DIV128
7: Divide by 128
Trait Implementations
impl Copy for APBBDIV_A
impl StructuralPartialEq for APBBDIV_A
Auto Trait Implementations
impl RefUnwindSafe for APBBDIV_A
impl Send for APBBDIV_A
impl Sync for APBBDIV_A
impl Unpin for APBBDIV_A
impl UnwindSafe for APBBDIV_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