Enum stm32wlxx_hal::pac::rtc::cr::TAMPTS_A
pub enum TAMPTS_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Activate timestamp on tamper detection event
Value on reset: 0
Variants§
Disabled = 0
0: Tamper detection event does not cause a RTC timestamp to be saved
Enabled = 1
1: Save RTC timestamp on tamper detection event
Trait Implementations§
impl Copy for TAMPTS_A
impl StructuralPartialEq for TAMPTS_A
Auto Trait Implementations§
impl RefUnwindSafe for TAMPTS_A
impl Send for TAMPTS_A
impl Sync for TAMPTS_A
impl Unpin for TAMPTS_A
impl UnwindSafe for TAMPTS_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