#[repr(u8)]pub enum LFPRESC_A {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
DIV16 = 4,
DIV32 = 5,
DIV64 = 6,
DIV128 = 7,
}
Expand description
Prescaling factor for low frequency timer
Value on reset: 0
Variants§
DIV1 = 0
0: Low frequency timer is clocked with LFACLKLESENSE/1
DIV2 = 1
1: Low frequency timer is clocked with LFACLKLESENSE/2
DIV4 = 2
2: Low frequency timer is clocked with LFACLKLESENSE/4
DIV8 = 3
3: Low frequency timer is clocked with LFACLKLESENSE/8
DIV16 = 4
4: Low frequency timer is clocked with LFACLKLESENSE/16
DIV32 = 5
5: Low frequency timer is clocked with LFACLKLESENSE/32
DIV64 = 6
6: Low frequency timer is clocked with LFACLKLESENSE/64
DIV128 = 7
7: Low frequency timer is clocked with LFACLKLESENSE/128
Trait Implementations§
impl Copy for LFPRESC_A
impl StructuralPartialEq for LFPRESC_A
Auto Trait Implementations§
impl Freeze for LFPRESC_A
impl RefUnwindSafe for LFPRESC_A
impl Send for LFPRESC_A
impl Sync for LFPRESC_A
impl Unpin for LFPRESC_A
impl UnwindSafe for LFPRESC_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