EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
Structure used to fetch temperature using integer numbers.
Definition at line 64 of file tempsens.h.
#include <tempsens.h>
Data Fields | |
int16_t | f |
int16_t | i |
int16_t TEMPSENS_Temp_TypeDef::f |
Fractional part of temperature in 1/10000 parts, including sign. Ie 0.5 will be stored as 5000 and -0.5 as -5000.
Definition at line 73 of file tempsens.h.
Referenced by TEMPSENS_Celsius2Fahrenheit(), and TEMPSENS_TemperatureGet().
int16_t TEMPSENS_Temp_TypeDef::i |
Integer part of temperature, including sign
Definition at line 67 of file tempsens.h.
Referenced by TEMPSENS_Celsius2Fahrenheit(), and TEMPSENS_TemperatureGet().