[][src]Enum rpi_gpio::Reg

pub enum Reg {
    GPFSEL0,
    GPFSEL1,
    GPFSEL2,
    GPFSEL3,
    GPFSEL4,
    GPFSEL5,
    GPSET0,
    GPSET1,
    GPCLR0,
    GPCLR1,
    GPLEV0,
    GPLEV1,
    GPPEDS0,
    GPPEDS1,
    GPREN0,
    GPREN1,
    GPFEN0,
    GPFEN1,
    GPHEN0,
    GPHEN1,
    GPLEN0,
    GPLEN1,
    GPAREN0,
    GPAREN1,
    GPAFEN0,
    GPAFEN1,
    GPPUD,
    GPPUDCLK0,
    GPPUDCLK1,
}

Variants

GPFSEL0GPFSEL1GPFSEL2GPFSEL3GPFSEL4GPFSEL5GPSET0GPSET1GPCLR0GPCLR1GPLEV0GPLEV1GPPEDS0GPPEDS1GPREN0GPREN1GPFEN0GPFEN1GPHEN0GPHEN1GPLEN0GPLEN1GPAREN0GPAREN1GPAFEN0GPAFEN1GPPUDGPPUDCLK0GPPUDCLK1

Auto Trait Implementations

impl Send for Reg

impl Sync for Reg

Blanket Implementations

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.

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

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

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