Enum stm32wlxx_hal::pac::syscfg::cfgr2::PVDL_AW
pub enum PVDL_AW {
Connect = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PVD lock enable bit
Value on reset: 0
Variants§
Connect = 1
1: Connect PVD interretup to TIM1/16/17 break input
Trait Implementations§
impl Copy for PVDL_AW
impl StructuralPartialEq for PVDL_AW
Auto Trait Implementations§
impl RefUnwindSafe for PVDL_AW
impl Send for PVDL_AW
impl Sync for PVDL_AW
impl Unpin for PVDL_AW
impl UnwindSafe for PVDL_AW
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