Struct Tampflt
#[repr(transparent)]pub struct Tampflt(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tampflt
impl Tampflt
pub const IMMEDIATE: Self
pub const IMMEDIATE: Self
Tamper event is activated on edge of RTC_TAMPx input transitions to the active level (no internal pull-up on RTC_TAMPx input)
pub const SAMPLES2: Self
pub const SAMPLES2: Self
Tamper event is activated after 2 consecutive samples at the active level
pub const SAMPLES4: Self
pub const SAMPLES4: Self
Tamper event is activated after 4 consecutive samples at the active level
pub const SAMPLES8: Self
pub const SAMPLES8: Self
Tamper event is activated after 8 consecutive samples at the active level
Trait Implementations§
§impl Ord for Tampflt
impl Ord for Tampflt
§impl PartialOrd for Tampflt
impl PartialOrd for Tampflt
impl Copy for Tampflt
impl Eq for Tampflt
impl StructuralPartialEq for Tampflt
Auto Trait Implementations§
impl Freeze for Tampflt
impl RefUnwindSafe for Tampflt
impl Send for Tampflt
impl Sync for Tampflt
impl Unpin for Tampflt
impl UnwindSafe for Tampflt
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