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