#[repr(u8)]
pub enum INACTOUT_A {
DISABLE,
_55US,
_105US,
_205US,
}
Expand description
Inactive Time-Out
Value on reset: 0
Variants
DISABLE
0: Disabled
_55US
1: 5-6 SCL Time-Out(50-60us)
_105US
2: 10-11 SCL Time-Out(100-110us)
_205US
3: 20-21 SCL Time-Out(200-210us)
Trait Implementations
sourceimpl Clone for INACTOUT_A
impl Clone for INACTOUT_A
sourcefn clone(&self) -> INACTOUT_A
fn clone(&self) -> INACTOUT_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for INACTOUT_A
impl Debug for INACTOUT_A
sourceimpl From<INACTOUT_A> for u8
impl From<INACTOUT_A> for u8
sourcefn from(variant: INACTOUT_A) -> Self
fn from(variant: INACTOUT_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<INACTOUT_A> for INACTOUT_A
impl PartialEq<INACTOUT_A> for INACTOUT_A
sourcefn eq(&self, other: &INACTOUT_A) -> bool
fn eq(&self, other: &INACTOUT_A) -> bool
impl Copy for INACTOUT_A
impl StructuralPartialEq for INACTOUT_A
Auto Trait Implementations
impl RefUnwindSafe for INACTOUT_A
impl Send for INACTOUT_A
impl Sync for INACTOUT_A
impl Unpin for INACTOUT_A
impl UnwindSafe for INACTOUT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more