[][src]Struct esp32::hinf::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub cfg_data0: CFG_DATA0,
    pub cfg_data1: CFG_DATA1,
    pub cfg_data7: CFG_DATA7,
    pub cis_conf0: CIS_CONF0,
    pub cis_conf1: CIS_CONF1,
    pub cis_conf2: CIS_CONF2,
    pub cis_conf3: CIS_CONF3,
    pub cis_conf4: CIS_CONF4,
    pub cis_conf5: CIS_CONF5,
    pub cis_conf6: CIS_CONF6,
    pub cis_conf7: CIS_CONF7,
    pub cfg_data16: CFG_DATA16,
    pub date: DATE,
    // some fields omitted
}

Register block

Fields

cfg_data0: CFG_DATA0

0x00 - HINF_CFG_DATA0

cfg_data1: CFG_DATA1

0x04 - HINF_CFG_DATA1

cfg_data7: CFG_DATA7

0x1c - HINF_CFG_DATA7

cis_conf0: CIS_CONF0

0x20 - HINF_CIS_CONF0

cis_conf1: CIS_CONF1

0x24 - HINF_CIS_CONF1

cis_conf2: CIS_CONF2

0x28 - HINF_CIS_CONF2

cis_conf3: CIS_CONF3

0x2c - HINF_CIS_CONF3

cis_conf4: CIS_CONF4

0x30 - HINF_CIS_CONF4

cis_conf5: CIS_CONF5

0x34 - HINF_CIS_CONF5

cis_conf6: CIS_CONF6

0x38 - HINF_CIS_CONF6

cis_conf7: CIS_CONF7

0x3c - HINF_CIS_CONF7

cfg_data16: CFG_DATA16

0x40 - HINF_CFG_DATA16

date: DATE

0xfc - HINF_DATE

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.