Enum stm32_metapac::rcc::vals::Lsi2mode
#[repr(u8)]pub enum Lsi2mode {
NOMINAL_POWER = 0,
LOW_POWER = 1,
ULTRA_LOW_POWER = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
NOMINAL_POWER = 0
nominal-power, high accuracy.
LOW_POWER = 1
low-power, medium accuracy.
ULTRA_LOW_POWER = 2
ultra-low-power, low accuracy.
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Lsi2mode
impl Ord for Lsi2mode
§impl PartialOrd for Lsi2mode
impl PartialOrd for Lsi2mode
impl Copy for Lsi2mode
impl Eq for Lsi2mode
impl StructuralPartialEq for Lsi2mode
Auto Trait Implementations§
impl Freeze for Lsi2mode
impl RefUnwindSafe for Lsi2mode
impl Send for Lsi2mode
impl Sync for Lsi2mode
impl Unpin for Lsi2mode
impl UnwindSafe for Lsi2mode
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
)