Enum stm32_metapac::rcc::vals::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 Ord for Lsi2cfg
impl Ord for Lsi2cfg
§impl PartialOrd for Lsi2cfg
impl PartialOrd for Lsi2cfg
impl Copy for Lsi2cfg
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)