Enum stm32wlxx_hal::pac::rtc::cr::TAMPOE_A
pub enum TAMPOE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Tamper detection output enable on TAMPALRM
Value on reset: 0
Variants§
Disabled = 0
0: The tamper flag is not routed on TAMPALRM
Enabled = 1
1: The tamper flag is routed on TAMPALRM, combined with the signal provided by OSEL and with the polarity provided by POL
Trait Implementations§
impl Copy for TAMPOE_A
impl StructuralPartialEq for TAMPOE_A
Auto Trait Implementations§
impl RefUnwindSafe for TAMPOE_A
impl Send for TAMPOE_A
impl Sync for TAMPOE_A
impl Unpin for TAMPOE_A
impl UnwindSafe for TAMPOE_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