[][src]Struct esp32::gpio_sd::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub sigmadelta0: SIGMADELTA0,
    pub sigmadelta1: SIGMADELTA1,
    pub sigmadelta2: SIGMADELTA2,
    pub sigmadelta3: SIGMADELTA3,
    pub sigmadelta4: SIGMADELTA4,
    pub sigmadelta5: SIGMADELTA5,
    pub sigmadelta6: SIGMADELTA6,
    pub sigmadelta7: SIGMADELTA7,
    pub sigmadelta_cg: SIGMADELTA_CG,
    pub sigmadelta_misc: SIGMADELTA_MISC,
    pub sigmadelta_version: SIGMADELTA_VERSION,
}

Register block

Fields

sigmadelta0: SIGMADELTA0

0x00 - GPIO_SIGMADELTA0

sigmadelta1: SIGMADELTA1

0x04 - GPIO_SIGMADELTA1

sigmadelta2: SIGMADELTA2

0x08 - GPIO_SIGMADELTA2

sigmadelta3: SIGMADELTA3

0x0c - GPIO_SIGMADELTA3

sigmadelta4: SIGMADELTA4

0x10 - GPIO_SIGMADELTA4

sigmadelta5: SIGMADELTA5

0x14 - GPIO_SIGMADELTA5

sigmadelta6: SIGMADELTA6

0x18 - GPIO_SIGMADELTA6

sigmadelta7: SIGMADELTA7

0x1c - GPIO_SIGMADELTA7

sigmadelta_cg: SIGMADELTA_CG

0x20 - GPIO_SIGMADELTA_CG

sigmadelta_misc: SIGMADELTA_MISC

0x24 - GPIO_SIGMADELTA_MISC

sigmadelta_version: SIGMADELTA_VERSION

0x28 - GPIO_SIGMADELTA_VERSION

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