#[repr(u8)]pub enum PCPRESC_A {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
DIV16 = 4,
DIV32 = 5,
DIV64 = 6,
DIV128 = 7,
}
Expand description
Period counter prescaling
Value on reset: 0
Variants§
DIV1 = 0
0: The period counter clock frequency is LFACLKLESENSE/1
DIV2 = 1
1: The period counter clock frequency is LFACLKLESENSE/2
DIV4 = 2
2: The period counter clock frequency is LFACLKLESENSE/4
DIV8 = 3
3: The period counter clock frequency is LFACLKLESENSE/8
DIV16 = 4
4: The period counter clock frequency is LFACLKLESENSE/16
DIV32 = 5
5: The period counter clock frequency is LFACLKLESENSE/32
DIV64 = 6
6: The period counter clock frequency is LFACLKLESENSE/64
DIV128 = 7
7: The period counter clock frequency is LFACLKLESENSE/128
Trait Implementations§
impl Copy for PCPRESC_A
impl StructuralPartialEq for PCPRESC_A
Auto Trait Implementations§
impl Freeze for PCPRESC_A
impl RefUnwindSafe for PCPRESC_A
impl Send for PCPRESC_A
impl Sync for PCPRESC_A
impl Unpin for PCPRESC_A
impl UnwindSafe for PCPRESC_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