Enum stm32wlxx_hal::pac::pwr::sr2::PVMO3_A
pub enum PVMO3_A {
Above = 0,
Below = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Peripheral voltage monitoring output: VDDA vs. 1.62 V
Value on reset: 0
Variants§
Above = 0
0: VDDA voltage above PVM3 threshold (around 1.62 V)
Below = 1
1: VDDA voltage below PVM3 threshold (around 1.62 V)
Trait Implementations§
impl Copy for PVMO3_A
impl StructuralPartialEq for PVMO3_A
Auto Trait Implementations§
impl RefUnwindSafe for PVMO3_A
impl Send for PVMO3_A
impl Sync for PVMO3_A
impl Unpin for PVMO3_A
impl UnwindSafe for PVMO3_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