#[repr(u8)]pub enum RegCoreClrReg0Adj {
Show 16 variants
REG0_ADJ_0 = 0,
REG0_ADJ_1 = 1,
REG0_ADJ_2 = 2,
REG0_ADJ_3 = 3,
REG0_ADJ_4 = 4,
REG0_ADJ_5 = 5,
REG0_ADJ_6 = 6,
REG0_ADJ_7 = 7,
REG0_ADJ_8 = 8,
REG0_ADJ_9 = 9,
REG0_ADJ_10 = 10,
REG0_ADJ_11 = 11,
REG0_ADJ_12 = 12,
REG0_ADJ_13 = 13,
REG0_ADJ_14 = 14,
REG0_ADJ_15 = 15,
}Variants§
REG0_ADJ_0 = 0
No adjustment
REG0_ADJ_1 = 1
- 0.25%
REG0_ADJ_2 = 2
- 0.50%
REG0_ADJ_3 = 3
- 0.75%
REG0_ADJ_4 = 4
- 1.00%
REG0_ADJ_5 = 5
- 1.25%
REG0_ADJ_6 = 6
- 1.50%
REG0_ADJ_7 = 7
- 1.75%
REG0_ADJ_8 = 8
- 0.25%
REG0_ADJ_9 = 9
- 0.50%
REG0_ADJ_10 = 10
- 0.75%
REG0_ADJ_11 = 11
- 1.00%
REG0_ADJ_12 = 12
- 1.25%
REG0_ADJ_13 = 13
- 1.50%
REG0_ADJ_14 = 14
- 1.75%
REG0_ADJ_15 = 15
- 2.00%
Implementations§
Trait Implementations§
Source§impl Clone for RegCoreClrReg0Adj
impl Clone for RegCoreClrReg0Adj
Source§fn clone(&self) -> RegCoreClrReg0Adj
fn clone(&self) -> RegCoreClrReg0Adj
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegCoreClrReg0Adj
impl Debug for RegCoreClrReg0Adj
Source§impl From<RegCoreClrReg0Adj> for u8
impl From<RegCoreClrReg0Adj> for u8
Source§fn from(val: RegCoreClrReg0Adj) -> u8
fn from(val: RegCoreClrReg0Adj) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RegCoreClrReg0Adj
impl From<u8> for RegCoreClrReg0Adj
Source§fn from(val: u8) -> RegCoreClrReg0Adj
fn from(val: u8) -> RegCoreClrReg0Adj
Converts to this type from the input type.
Source§impl Ord for RegCoreClrReg0Adj
impl Ord for RegCoreClrReg0Adj
Source§fn cmp(&self, other: &RegCoreClrReg0Adj) -> Ordering
fn cmp(&self, other: &RegCoreClrReg0Adj) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RegCoreClrReg0Adj
impl PartialEq for RegCoreClrReg0Adj
Source§impl PartialOrd for RegCoreClrReg0Adj
impl PartialOrd for RegCoreClrReg0Adj
impl Copy for RegCoreClrReg0Adj
impl Eq for RegCoreClrReg0Adj
impl StructuralPartialEq for RegCoreClrReg0Adj
Auto Trait Implementations§
impl Freeze for RegCoreClrReg0Adj
impl RefUnwindSafe for RegCoreClrReg0Adj
impl Send for RegCoreClrReg0Adj
impl Sync for RegCoreClrReg0Adj
impl Unpin for RegCoreClrReg0Adj
impl UnwindSafe for RegCoreClrReg0Adj
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