pub struct StaticNvmManaged {
    pub i2c_slave__device_address: I2C_SLAVE__DEVICE_ADDRESS,
    pub ana_config__vhv_ref_sel_vddpix: ANA_CONFIG__VHV_REF_SEL_VDDPIX,
    pub ana_config__vhv_ref_sel_vquench: ANA_CONFIG__VHV_REF_SEL_VQUENCH,
    pub ana_config__reg_avdd1v2_sel: ANA_CONFIG__REG_AVDD1V2_SEL,
    pub ana_config__fast_osc__trim: ANA_CONFIG__FAST_OSC__TRIM,
    pub osc_measured__fast_osc__frequency: OSC_MEASURED__FAST_OSC__FREQUENCY,
    pub vhv_config__timeout_macrop_loop_bound: VHV_CONFIG__TIMEOUT_MACROP_LOOP_BOUND,
    pub vhv_config__count_thresh: VHV_CONFIG__COUNT_THRESH,
    pub vhv_config__offset: VHV_CONFIG__OFFSET,
    pub vhv_config__init: VHV_CONFIG__INIT,
}

Fields§

§i2c_slave__device_address: I2C_SLAVE__DEVICE_ADDRESS§ana_config__vhv_ref_sel_vddpix: ANA_CONFIG__VHV_REF_SEL_VDDPIX§ana_config__vhv_ref_sel_vquench: ANA_CONFIG__VHV_REF_SEL_VQUENCH§ana_config__reg_avdd1v2_sel: ANA_CONFIG__REG_AVDD1V2_SEL§ana_config__fast_osc__trim: ANA_CONFIG__FAST_OSC__TRIM§osc_measured__fast_osc__frequency: OSC_MEASURED__FAST_OSC__FREQUENCY§vhv_config__timeout_macrop_loop_bound: VHV_CONFIG__TIMEOUT_MACROP_LOOP_BOUND§vhv_config__count_thresh: VHV_CONFIG__COUNT_THRESH§vhv_config__offset: VHV_CONFIG__OFFSET§vhv_config__init: VHV_CONFIG__INIT

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
The index of the first entry.
The total length of the buffer necessary for I2C reading/writing.
Write the entries to a single slice. Read more
Write the entries via I2C. Read more
Read a new instance of the Entries struct from I2C.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.