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

#[repr(C)]
pub struct RegisterBlock {
    pub gpio_sigmadelta0_reg: GPIO_SIGMADELTA0_REG,
    pub gpio_sigmadelta1_reg: GPIO_SIGMADELTA1_REG,
    pub gpio_sigmadelta2_reg: GPIO_SIGMADELTA2_REG,
    pub gpio_sigmadelta3_reg: GPIO_SIGMADELTA3_REG,
    pub gpio_sigmadelta4_reg: GPIO_SIGMADELTA4_REG,
    pub gpio_sigmadelta5_reg: GPIO_SIGMADELTA5_REG,
    pub gpio_sigmadelta6_reg: GPIO_SIGMADELTA6_REG,
    pub gpio_sigmadelta7_reg: GPIO_SIGMADELTA7_REG,
    pub gpio_sigmadelta_cg_reg: GPIO_SIGMADELTA_CG_REG,
    pub gpio_sigmadelta_misc_reg: GPIO_SIGMADELTA_MISC_REG,
    pub gpio_sigmadelta_version_reg: GPIO_SIGMADELTA_VERSION_REG,
}

Register block

Fields

gpio_sigmadelta0_reg: GPIO_SIGMADELTA0_REG

0x00 - GPIO_SIGMADELTA0_REG

gpio_sigmadelta1_reg: GPIO_SIGMADELTA1_REG

0x04 - GPIO_SIGMADELTA1_REG

gpio_sigmadelta2_reg: GPIO_SIGMADELTA2_REG

0x08 - GPIO_SIGMADELTA2_REG

gpio_sigmadelta3_reg: GPIO_SIGMADELTA3_REG

0x0c - GPIO_SIGMADELTA3_REG

gpio_sigmadelta4_reg: GPIO_SIGMADELTA4_REG

0x10 - GPIO_SIGMADELTA4_REG

gpio_sigmadelta5_reg: GPIO_SIGMADELTA5_REG

0x14 - GPIO_SIGMADELTA5_REG

gpio_sigmadelta6_reg: GPIO_SIGMADELTA6_REG

0x18 - GPIO_SIGMADELTA6_REG

gpio_sigmadelta7_reg: GPIO_SIGMADELTA7_REG

0x1c - GPIO_SIGMADELTA7_REG

gpio_sigmadelta_cg_reg: GPIO_SIGMADELTA_CG_REG

0x20 - GPIO_SIGMADELTA_CG_REG

gpio_sigmadelta_misc_reg: GPIO_SIGMADELTA_MISC_REG

0x24 - GPIO_SIGMADELTA_MISC_REG

gpio_sigmadelta_version_reg: GPIO_SIGMADELTA_VERSION_REG

0x28 - GPIO_SIGMADELTA_VERSION_REG

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.