#[repr(u8)]pub enum TAMPPRCH {
Cycles1 = 0,
Cycles2 = 1,
Cycles4 = 2,
Cycles8 = 3,
}Expand description
Tamper precharge duration
Value on reset: 0
Variants§
Cycles1 = 0
0: 1 RTCCLK cycle
Cycles2 = 1
1: 2 RTCCLK cycles
Cycles4 = 2
2: 4 RTCCLK cycles
Cycles8 = 3
3: 8 RTCCLK cycles
Trait Implementations§
impl Copy for TAMPPRCH
impl Eq for TAMPPRCH
impl IsEnum for TAMPPRCH
impl StructuralPartialEq for TAMPPRCH
Auto Trait Implementations§
impl Freeze for TAMPPRCH
impl RefUnwindSafe for TAMPPRCH
impl Send for TAMPPRCH
impl Sync for TAMPPRCH
impl Unpin for TAMPPRCH
impl UnwindSafe for TAMPPRCH
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