Interface definition of the EFM32 internal temperature sensor driver. More...
Interface definition of the EFM32 internal temperature sensor driver.
Definition in file coretemp.h.
#include <stdint.h>
 Include dependency graph for coretemp.h:Go to the source code of this file.
Functions | |
| int | coretemp_init (void) | 
| Initialize the sensor.  More... | |
| int16_t | coretemp_read (void) | 
| Read the current temperature from the sensor.  More... | |