[][src]Enum ltr_559::types::PsPersist

pub enum PsPersist {
    EveryTime,
    _2v,
    _3v,
    _4v,
    _5v,
    _6v,
    _7v,
    _8v,
    _9v,
    _10v,
    _11v,
    _12v,
    _13v,
    _14v,
    _15v,
    _16v,
}

PS Interrupt Persist

Variants

EveryTime

every PS value out of threshold range (default)

_2v

2 consecutive values outside threshold

_3v

3 consecutive values outside threshold

_4v

4 consecutive values outside threshold

_5v

5 consecutive values outside threshold

_6v

6 consecutive values outside threshold

_7v

7 consecutive values outside threshold

_8v

8 consecutive values outside threshold

_9v

9 consecutive values outside threshold

_10v

10 consecutive values outside threshold

_11v

11 consecutive values outside threshold

_12v

12 consecutive values outside threshold

_13v

13 consecutive values outside threshold

_14v

14 consecutive values outside threshold

_15v

15 consecutive values outside threshold

_16v

16 consecutive values outside threshold

Implementations

impl PsPersist[src]

pub fn value(&self) -> u8[src]

Return value for PS Persist

Trait Implementations

impl Clone for PsPersist[src]

impl Copy for PsPersist[src]

impl Debug for PsPersist[src]

impl Default for PsPersist[src]

impl PartialEq<PsPersist> for PsPersist[src]

impl StructuralPartialEq for PsPersist[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.