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