Enum stm32wlxx_hal::pac::pwr::sr2::PVDO_A
pub enum PVDO_A {
Above = 0,
Below = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Power voltage detector output
Value on reset: 0
Variants§
Above = 0
0: VDD or voltage level on PVD_IN above the selected PVD threshold
Below = 1
1: VDD or voltage level on PVD_IN below the selected PVD threshold
Trait Implementations§
impl Copy for PVDO_A
impl StructuralPartialEq for PVDO_A
Auto Trait Implementations§
impl RefUnwindSafe for PVDO_A
impl Send for PVDO_A
impl Sync for PVDO_A
impl Unpin for PVDO_A
impl UnwindSafe for PVDO_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