Enum Lsi2cfg
#[repr(u8)]pub enum Lsi2cfg {
Show 16 variants
Sensitivity0at80c = 0,
Sensitivity0at50c = 1,
Sensitivity0at20c = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
Sensitivity0at80c = 0
LSI2 frequency temperature sensitivity is close to 0 at +80 less thansup oless than/sup C.
Sensitivity0at50c = 1
LSI2 frequency temperature sensitivity is close to 0 at +50 less thansup oless than/sup C.
Sensitivity0at20c = 2
LSI2 frequency temperature sensitivity is close to 0 at +20 less thansup oless than/sup C.
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
impl Copy for Lsi2cfg
impl Eq for Lsi2cfg
§impl Ord for Lsi2cfg
impl Ord for Lsi2cfg
1.21.0 (const: unstable) · 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
§impl PartialOrd for Lsi2cfg
impl PartialOrd for Lsi2cfg
impl StructuralPartialEq for Lsi2cfg
Auto Trait Implementations§
impl Freeze for Lsi2cfg
impl RefUnwindSafe for Lsi2cfg
impl Send for Lsi2cfg
impl Sync for Lsi2cfg
impl Unpin for Lsi2cfg
impl UnsafeUnpin for Lsi2cfg
impl UnwindSafe for Lsi2cfg
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