#[repr(u8)]pub enum CLKPS_A {
PRESCALER_1 = 0,
PRESCALER_2 = 1,
PRESCALER_4 = 2,
PRESCALER_8 = 3,
PRESCALER_16 = 4,
PRESCALER_32 = 5,
PRESCALER_64 = 6,
PRESCALER_128 = 7,
PRESCALER_256 = 8,
}
Expand description
Clock Prescaler Select Bits
Value on reset: 0
Variants§
PRESCALER_1 = 0
0: Prescaler Value 1
PRESCALER_2 = 1
1: Prescaler Value 2
PRESCALER_4 = 2
2: Prescaler Value 4
PRESCALER_8 = 3
3: Prescaler Value 8
PRESCALER_16 = 4
4: Prescaler Value 16
PRESCALER_32 = 5
5: Prescaler Value 32
PRESCALER_64 = 6
6: Prescaler Value 64
PRESCALER_128 = 7
7: Prescaler Value 128
PRESCALER_256 = 8
8: Prescaler Value 256
Trait Implementations§
source§impl PartialEq for CLKPS_A
impl PartialEq for CLKPS_A
impl Copy for CLKPS_A
impl Eq for CLKPS_A
impl StructuralPartialEq for CLKPS_A
Auto Trait Implementations§
impl Freeze for CLKPS_A
impl RefUnwindSafe for CLKPS_A
impl Send for CLKPS_A
impl Sync for CLKPS_A
impl Unpin for CLKPS_A
impl UnwindSafe for CLKPS_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