Struct esp32::hinf::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock {
Show 13 fields 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, /* private fields */
}
Expand description

Register block

Fields§

§cfg_data0: CFG_DATA0

0x00 -

§cfg_data1: CFG_DATA1

0x04 -

§cfg_data7: CFG_DATA7

0x1c -

§cis_conf0: CIS_CONF0

0x20 -

§cis_conf1: CIS_CONF1

0x24 -

§cis_conf2: CIS_CONF2

0x28 -

§cis_conf3: CIS_CONF3

0x2c -

§cis_conf4: CIS_CONF4

0x30 -

§cis_conf5: CIS_CONF5

0x34 -

§cis_conf6: CIS_CONF6

0x38 -

§cis_conf7: CIS_CONF7

0x3c -

§cfg_data16: CFG_DATA16

0x40 -

§date: DATE

0xfc -

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.