#[repr(u8)]pub enum Lfxodebounce {
NORMAL = 0,
EXTENDED = 1,
}
Variants§
NORMAL = 0
8192 32.768 kHz periods, or 0.25 s. Recommended for normal Operating Temperature conditions.
EXTENDED = 1
16384 32.768 kHz periods, or 0.5 s. Recommended for Extended Operating Temperature conditions.
Implementations§
Source§impl Lfxodebounce
impl Lfxodebounce
Trait Implementations§
Source§impl Clone for Lfxodebounce
impl Clone for Lfxodebounce
Source§fn clone(&self) -> Lfxodebounce
fn clone(&self) -> Lfxodebounce
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<Lfxodebounce> for u8
impl From<Lfxodebounce> for u8
Source§fn from(val: Lfxodebounce) -> u8
fn from(val: Lfxodebounce) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lfxodebounce
impl From<u8> for Lfxodebounce
Source§fn from(val: u8) -> Lfxodebounce
fn from(val: u8) -> Lfxodebounce
Converts to this type from the input type.
Source§impl Ord for Lfxodebounce
impl Ord for Lfxodebounce
Source§fn cmp(&self, other: &Lfxodebounce) -> Ordering
fn cmp(&self, other: &Lfxodebounce) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Lfxodebounce
impl PartialEq for Lfxodebounce
Source§impl PartialOrd for Lfxodebounce
impl PartialOrd for Lfxodebounce
impl Copy for Lfxodebounce
impl Eq for Lfxodebounce
impl StructuralPartialEq for Lfxodebounce
Auto Trait Implementations§
impl Freeze for Lfxodebounce
impl RefUnwindSafe for Lfxodebounce
impl Send for Lfxodebounce
impl Sync for Lfxodebounce
impl Unpin for Lfxodebounce
impl UnwindSafe for Lfxodebounce
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)