#[repr(C)]
pub struct VrefintCal(_);
Expand description

Internal voltage reference calibration data (VREFINT_CAL)

The internal voltage reference provides a stable (bandgap) voltage output for the ADC and Comparators. The precise voltage of V_REFINT is individually measured for each part by ST during production test and stored in the system memory area. It can be accessed through this struct.

Implementations

Returns a wrapped reference to the value in flash memory

Read calibration value (VREFINT_CAL), acquired at temperature of 25 °C and V_DDA = 3 V.

Trait Implementations

Formats the value using the given formatter. Read more

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.