#[repr(u8)]pub enum RegCoreReg1Adj {
Show 16 variants
REG1_ADJ_0 = 0,
REG1_ADJ_1 = 1,
REG1_ADJ_2 = 2,
REG1_ADJ_3 = 3,
REG1_ADJ_4 = 4,
REG1_ADJ_5 = 5,
REG1_ADJ_6 = 6,
REG1_ADJ_7 = 7,
REG1_ADJ_8 = 8,
REG1_ADJ_9 = 9,
REG1_ADJ_10 = 10,
REG1_ADJ_11 = 11,
REG1_ADJ_12 = 12,
REG1_ADJ_13 = 13,
REG1_ADJ_14 = 14,
REG1_ADJ_15 = 15,
}Variants§
REG1_ADJ_0 = 0
No adjustment
REG1_ADJ_1 = 1
- 0.25%
REG1_ADJ_2 = 2
- 0.50%
REG1_ADJ_3 = 3
- 0.75%
REG1_ADJ_4 = 4
- 1.00%
REG1_ADJ_5 = 5
- 1.25%
REG1_ADJ_6 = 6
- 1.50%
REG1_ADJ_7 = 7
- 1.75%
REG1_ADJ_8 = 8
- 0.25%
REG1_ADJ_9 = 9
- 0.50%
REG1_ADJ_10 = 10
- 0.75%
REG1_ADJ_11 = 11
- 1.00%
REG1_ADJ_12 = 12
- 1.25%
REG1_ADJ_13 = 13
- 1.50%
REG1_ADJ_14 = 14
- 1.75%
REG1_ADJ_15 = 15
- 2.00%
Implementations§
Trait Implementations§
Source§impl Clone for RegCoreReg1Adj
impl Clone for RegCoreReg1Adj
Source§fn clone(&self) -> RegCoreReg1Adj
fn clone(&self) -> RegCoreReg1Adj
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 RegCoreReg1Adj
impl Debug for RegCoreReg1Adj
Source§impl From<RegCoreReg1Adj> for u8
impl From<RegCoreReg1Adj> for u8
Source§fn from(val: RegCoreReg1Adj) -> u8
fn from(val: RegCoreReg1Adj) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RegCoreReg1Adj
impl From<u8> for RegCoreReg1Adj
Source§fn from(val: u8) -> RegCoreReg1Adj
fn from(val: u8) -> RegCoreReg1Adj
Converts to this type from the input type.
Source§impl Ord for RegCoreReg1Adj
impl Ord for RegCoreReg1Adj
Source§fn cmp(&self, other: &RegCoreReg1Adj) -> Ordering
fn cmp(&self, other: &RegCoreReg1Adj) -> 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 RegCoreReg1Adj
impl PartialEq for RegCoreReg1Adj
Source§impl PartialOrd for RegCoreReg1Adj
impl PartialOrd for RegCoreReg1Adj
impl Copy for RegCoreReg1Adj
impl Eq for RegCoreReg1Adj
impl StructuralPartialEq for RegCoreReg1Adj
Auto Trait Implementations§
impl Freeze for RegCoreReg1Adj
impl RefUnwindSafe for RegCoreReg1Adj
impl Send for RegCoreReg1Adj
impl Sync for RegCoreReg1Adj
impl Unpin for RegCoreReg1Adj
impl UnwindSafe for RegCoreReg1Adj
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