Enum stm32wlxx_hal::pac::comp::comp1_csr::PWRMODE_A
#[repr(u8)]pub enum PWRMODE_A {
HighSpeed = 0,
MediumSpeed = 1,
LowSpeed = 2,
VeryLowSpeed = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Power Mode of the comparator 1
Value on reset: 0
Variants§
HighSpeed = 0
0: High speed / full power
MediumSpeed = 1
1: Medium speed / medium power
LowSpeed = 2
2: Low speed / low power
VeryLowSpeed = 3
3: Very-low speed / ultra-low power
Trait Implementations§
impl Copy for PWRMODE_A
impl StructuralPartialEq for PWRMODE_A
Auto Trait Implementations§
impl RefUnwindSafe for PWRMODE_A
impl Send for PWRMODE_A
impl Sync for PWRMODE_A
impl Unpin for PWRMODE_A
impl UnwindSafe for PWRMODE_A
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