[][src]Enum max6955::Register

pub enum Register {
    NoOp,
    DecodeMode,
    GlobalIntensity,
    ScanLimit,
    Configuration,
    GpioData,
    PortConfiguration,
    DisplayTest,
    KeyAMaskDebounce,
    KeyBMaskDebounce,
    KeyCMaskDebounce,
    KeyDMaskDebounce,
    DigitType,
    KeyBPressed,
    KeyCPressed,
    KeyDPressed,
    Intensity10,
    Intensity32,
    Intensity54,
    Intensity76,
    Intensity10a,
    Intensity32a,
    Intensity54a,
    Intensity76a,
    Digit0Plane0,
    Digit1Plane0,
    Digit2Plane0,
    Digit3Plane0,
    Digit4Plane0,
    Digit5Plane0,
    Digit6Plane0,
    Digit7Plane0,
    Digit0Plane1,
    Digit1Plane1,
    Digit2Plane1,
    Digit3Plane1,
    Digit4Plane1,
    Digit5Plane1,
    Digit6Plane1,
    Digit7Plane1,
}

Register address. see Table 7

Variants

NoOp
DecodeMode
GlobalIntensity
ScanLimit
Configuration
GpioData
PortConfiguration
DisplayTest
KeyAMaskDebounce
KeyBMaskDebounce
KeyCMaskDebounce
KeyDMaskDebounce
DigitType
KeyBPressed
KeyCPressed
KeyDPressed
Intensity10
Intensity32
Intensity54
Intensity76
Intensity10a
Intensity32a
Intensity54a
Intensity76a
Digit0Plane0
Digit1Plane0
Digit2Plane0
Digit3Plane0
Digit4Plane0
Digit5Plane0
Digit6Plane0
Digit7Plane0
Digit0Plane1
Digit1Plane1
Digit2Plane1
Digit3Plane1
Digit4Plane1
Digit5Plane1
Digit6Plane1
Digit7Plane1

Methods

impl Register[src]

pub fn addr(self) -> u8[src]

return register address as u8

Auto Trait Implementations

impl Send for Register

impl Sync for Register

impl Unpin for Register

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, 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.