pub struct GphStaticConfig {
    pub gph__dss_config__roi_mode_control: GPH__DSS_CONFIG__ROI_MODE_CONTROL,
    pub gph__dss_config__manual_effective_spads_select: GPH__DSS_CONFIG__MANUAL_EFFECTIVE_SPADS_SELECT,
    pub gph__dss_config__manual_block_select: GPH__DSS_CONFIG__MANUAL_BLOCK_SELECT,
    pub gph__dss_config__max_spads_limit: GPH__DSS_CONFIG__MAX_SPADS_LIMIT,
    pub gph__dss_config__min_spads_limit: GPH__DSS_CONFIG__MIN_SPADS_LIMIT,
}

Fields§

§gph__dss_config__roi_mode_control: GPH__DSS_CONFIG__ROI_MODE_CONTROL§gph__dss_config__manual_effective_spads_select: GPH__DSS_CONFIG__MANUAL_EFFECTIVE_SPADS_SELECT§gph__dss_config__manual_block_select: GPH__DSS_CONFIG__MANUAL_BLOCK_SELECT§gph__dss_config__max_spads_limit: GPH__DSS_CONFIG__MAX_SPADS_LIMIT§gph__dss_config__min_spads_limit: GPH__DSS_CONFIG__MIN_SPADS_LIMIT

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.