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

Temperature sensor calibration data acquired at 130 °C (TS_CAL2)

The temperature sensor (T_SENSE) generates a voltage (V_SENSE) that varies linearly with temperature.

The sensor provides good linearity, but it has to be calibrated to obtain good overall accuracy of the temperature measurement. As the offset of the temperature sensor varies from chip to chip due to process variation, the uncalibrated internal temperature sensor is suitable for applications that detect temperature changes only.

To improve the accuracy of the temperature sensor measurement, each device is individually factory-calibrated by ST. The temperature sensor factory calibration data are stored by ST in the system memory area and can be accessed through this struct.

Implementations

Returns a wrapped reference to the value in flash memory

Read calibration value (TS_CAL2), acquired at temperature of 130 °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.