#[repr(u8)]pub enum CLHR_A {
STANDARD = 0,
ASYMMETRIC = 1,
FAST = 2,
}
Expand description
Clock Low High Ratio
Value on reset: 0
Variants§
STANDARD = 0
0: The ratio between low period and high period counters (Nlow:Nhigh) is 4:4
ASYMMETRIC = 1
1: The ratio between low period and high period counters (Nlow:Nhigh) is 6:3
FAST = 2
2: The ratio between low period and high period counters (Nlow:Nhigh) is 11:6
Trait Implementations§
impl Copy for CLHR_A
impl StructuralPartialEq for CLHR_A
Auto Trait Implementations§
impl Freeze for CLHR_A
impl RefUnwindSafe for CLHR_A
impl Send for CLHR_A
impl Sync for CLHR_A
impl Unpin for CLHR_A
impl UnwindSafe for CLHR_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