#[repr(u8)]pub enum RegCoreSetReg2Adj {
Show 16 variants
REG2_ADJ_0 = 0,
REG2_ADJ_1 = 1,
REG2_ADJ_2 = 2,
REG2_ADJ_3 = 3,
REG2_ADJ_4 = 4,
REG2_ADJ_5 = 5,
REG2_ADJ_6 = 6,
REG2_ADJ_7 = 7,
REG2_ADJ_8 = 8,
REG2_ADJ_9 = 9,
REG2_ADJ_10 = 10,
REG2_ADJ_11 = 11,
REG2_ADJ_12 = 12,
REG2_ADJ_13 = 13,
REG2_ADJ_14 = 14,
REG2_ADJ_15 = 15,
}Variants§
REG2_ADJ_0 = 0
No adjustment
REG2_ADJ_1 = 1
- 0.25%
REG2_ADJ_2 = 2
- 0.50%
REG2_ADJ_3 = 3
- 0.75%
REG2_ADJ_4 = 4
- 1.00%
REG2_ADJ_5 = 5
- 1.25%
REG2_ADJ_6 = 6
- 1.50%
REG2_ADJ_7 = 7
- 1.75%
REG2_ADJ_8 = 8
- 0.25%
REG2_ADJ_9 = 9
- 0.50%
REG2_ADJ_10 = 10
- 0.75%
REG2_ADJ_11 = 11
- 1.00%
REG2_ADJ_12 = 12
- 1.25%
REG2_ADJ_13 = 13
- 1.50%
REG2_ADJ_14 = 14
- 1.75%
REG2_ADJ_15 = 15
- 2.00%
Implementations§
Trait Implementations§
Source§impl Clone for RegCoreSetReg2Adj
impl Clone for RegCoreSetReg2Adj
Source§fn clone(&self) -> RegCoreSetReg2Adj
fn clone(&self) -> RegCoreSetReg2Adj
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 RegCoreSetReg2Adj
impl Debug for RegCoreSetReg2Adj
Source§impl From<RegCoreSetReg2Adj> for u8
impl From<RegCoreSetReg2Adj> for u8
Source§fn from(val: RegCoreSetReg2Adj) -> u8
fn from(val: RegCoreSetReg2Adj) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RegCoreSetReg2Adj
impl From<u8> for RegCoreSetReg2Adj
Source§fn from(val: u8) -> RegCoreSetReg2Adj
fn from(val: u8) -> RegCoreSetReg2Adj
Converts to this type from the input type.
Source§impl Ord for RegCoreSetReg2Adj
impl Ord for RegCoreSetReg2Adj
Source§fn cmp(&self, other: &RegCoreSetReg2Adj) -> Ordering
fn cmp(&self, other: &RegCoreSetReg2Adj) -> 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 RegCoreSetReg2Adj
impl PartialEq for RegCoreSetReg2Adj
Source§impl PartialOrd for RegCoreSetReg2Adj
impl PartialOrd for RegCoreSetReg2Adj
impl Copy for RegCoreSetReg2Adj
impl Eq for RegCoreSetReg2Adj
impl StructuralPartialEq for RegCoreSetReg2Adj
Auto Trait Implementations§
impl Freeze for RegCoreSetReg2Adj
impl RefUnwindSafe for RegCoreSetReg2Adj
impl Send for RegCoreSetReg2Adj
impl Sync for RegCoreSetReg2Adj
impl Unpin for RegCoreSetReg2Adj
impl UnwindSafe for RegCoreSetReg2Adj
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