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