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