#[repr(u8)]pub enum ClkSel7 {
Clk32768khz = 0,
Clk512hz = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Clk32768khz = 0
Clock to tamper filter 7 is 32.768/16.384 kHz (Oscillator clock) Tamper filter duration is 45.5us (i.e. 1.5 clock) to 1.95ms (64 clocks) in increments of 30.5us.
Clk512hz = 1
Clock to tamper filter 7 is 512 Hz Tamper filter duration is 2.85ms (i.e. 1.5 clock) to 125ms (64 clocks) in increments of 1.95ms.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for ClkSel7
impl Ord for ClkSel7
Source§impl PartialOrd for ClkSel7
impl PartialOrd for ClkSel7
impl Copy for ClkSel7
impl Eq for ClkSel7
impl StructuralPartialEq for ClkSel7
Auto Trait Implementations§
impl Freeze for ClkSel7
impl RefUnwindSafe for ClkSel7
impl Send for ClkSel7
impl Sync for ClkSel7
impl Unpin for ClkSel7
impl UnwindSafe for ClkSel7
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