Enum stm32wlxx_hal::pac::flash::optr::IWDG_SW_A
pub enum IWDG_SW_A {
Hardware = 0,
Software = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Independent watchdog selection
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for IWDG_SW_A
impl StructuralPartialEq for IWDG_SW_A
Auto Trait Implementations§
impl RefUnwindSafe for IWDG_SW_A
impl Send for IWDG_SW_A
impl Sync for IWDG_SW_A
impl Unpin for IWDG_SW_A
impl UnwindSafe for IWDG_SW_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