#[repr(u8)]pub enum SrtcInvEn {
KEEP_VALID = 0,
INVALIDATE = 1,
}Variants§
KEEP_VALID = 0
SRTC stays valid in the case of security violation (other than a software violation (HPSVSR[SW_LPSV] = 1 or HPCOMR[SW_LPSV] = 1)).
INVALIDATE = 1
SRTC is invalidated in the case of security violation.
Implementations§
Trait Implementations§
Source§impl Ord for SrtcInvEn
impl Ord for SrtcInvEn
Source§impl PartialOrd for SrtcInvEn
impl PartialOrd for SrtcInvEn
impl Copy for SrtcInvEn
impl Eq for SrtcInvEn
impl StructuralPartialEq for SrtcInvEn
Auto Trait Implementations§
impl Freeze for SrtcInvEn
impl RefUnwindSafe for SrtcInvEn
impl Send for SrtcInvEn
impl Sync for SrtcInvEn
impl Unpin for SrtcInvEn
impl UnwindSafe for SrtcInvEn
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