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