Enum stm32wlxx_hal::pac::syscfg::cfgr2::PVDL_A
pub enum PVDL_A {
Disconnected = 0,
Connected = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PVD lock enable bit
Value on reset: 0
Variants§
Disconnected = 0
0: PVD interrupt disconnected from TIM1/16/17 break input. PVDE and PLS[2:0] bits can be programmed by the application
Connected = 1
1: PVD interrupt connected to TIM1/16/17 break input. PVDE and PLS[2:0] bits are read only
Trait Implementations§
impl Copy for PVDL_A
impl StructuralPartialEq for PVDL_A
Auto Trait Implementations§
impl RefUnwindSafe for PVDL_A
impl Send for PVDL_A
impl Sync for PVDL_A
impl Unpin for PVDL_A
impl UnwindSafe for PVDL_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