#[repr(u8)]pub enum PRESC_A {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
DIV16 = 4,
DIV32 = 5,
DIV64 = 6,
DIV128 = 7,
}
Expand description
Select BURTC prescaler factor
Value on reset: 0
Variants§
DIV1 = 0
0: No prescaling.
DIV2 = 1
1: Prescaling factor of 2
DIV4 = 2
2: Prescaling factor of 4
DIV8 = 3
3: Prescaling factor of 8
DIV16 = 4
4: Prescaling factor of 16
DIV32 = 5
5: Prescaling factor of 32
DIV64 = 6
6: Prescaling factor of 64
DIV128 = 7
7: Prescaling factor of 128
Trait Implementations§
impl Copy for PRESC_A
impl StructuralPartialEq for PRESC_A
Auto Trait Implementations§
impl Freeze for PRESC_A
impl RefUnwindSafe for PRESC_A
impl Send for PRESC_A
impl Sync for PRESC_A
impl Unpin for PRESC_A
impl UnwindSafe for PRESC_A
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