#[repr(u8)]pub enum ClkSel5 {
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 5 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 5 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 ClkSel5
impl Ord for ClkSel5
Source§impl PartialOrd for ClkSel5
impl PartialOrd for ClkSel5
impl Copy for ClkSel5
impl Eq for ClkSel5
impl StructuralPartialEq for ClkSel5
Auto Trait Implementations§
impl Freeze for ClkSel5
impl RefUnwindSafe for ClkSel5
impl Send for ClkSel5
impl Sync for ClkSel5
impl Unpin for ClkSel5
impl UnwindSafe for ClkSel5
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