Enum stm32wlxx_hal::pac::pwr::cr2::PVME3_A
pub enum PVME3_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Peripheral voltage monitoring 3 enable: VDDA vs. 1.62V
Value on reset: 0
Variants§
Disabled = 0
0: PVM3 (VDDA monitoring versus 1.62 V threshold) disable
Enabled = 1
1: PVM3 (VDDA monitoring versus 1.62 V threshold) enable
Trait Implementations§
impl Copy for PVME3_A
impl StructuralPartialEq for PVME3_A
Auto Trait Implementations§
impl RefUnwindSafe for PVME3_A
impl Send for PVME3_A
impl Sync for PVME3_A
impl Unpin for PVME3_A
impl UnwindSafe for PVME3_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