Enum tcs3472::RgbCInterruptPersistence[][src]

pub enum RgbCInterruptPersistence {
    Every,
    _1,
    _2,
    _3,
    _5,
    _10,
    _15,
    _20,
    _25,
    _30,
    _35,
    _40,
    _45,
    _50,
    _55,
    _60,
}

RGB converter interrupt persistence

This controls the RGB converter interrupt generation rate.

Variants

Every

Every RGBC cycle generates an interrupt.

_1

1 clear channel value out of range.

_2

2 clear channel consecutive values out of range.

_3

3 clear channel consecutive values out of range.

_5

5 clear channel consecutive values out of range.

_10

10 clear channel consecutive values out of range.

_15

15 clear channel consecutive values out of range.

_20

20 clear channel consecutive values out of range.

_25

25 clear channel consecutive values out of range.

_30

30 clear channel consecutive values out of range.

_35

35 clear channel consecutive values out of range.

_40

40 clear channel consecutive values out of range.

_45

45 clear channel consecutive values out of range.

_50

50 clear channel consecutive values out of range.

_55

55 clear channel consecutive values out of range.

_60

60 clear channel consecutive values out of range.

Trait Implementations

impl Clone for RgbCInterruptPersistence[src]

impl Copy for RgbCInterruptPersistence[src]

impl Debug for RgbCInterruptPersistence[src]

impl PartialEq<RgbCInterruptPersistence> for RgbCInterruptPersistence[src]

impl StructuralPartialEq for RgbCInterruptPersistence[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.