no-OS
|
Data structure used to configure the on-die Temperature Sensor. More...
#include <t_mykonos_gpio.h>
Public Attributes | |
uint8_t | tempDecimation |
uint8_t | offset |
uint8_t | overrideFusedOffset |
uint8_t | tempWindow |
Data structure used to configure the on-die Temperature Sensor.
uint8_t mykonosTempSensorConfig_t::offset |
8-bit offset that gets added to temp sensor code internally
uint8_t mykonosTempSensorConfig_t::overrideFusedOffset |
This bit overrides the factory-calibrated fuse offset and uses the value stored in the offset member
uint8_t mykonosTempSensorConfig_t::tempDecimation |
3-bit value that controls the AuxADC decimation factor when used for temp sensor calculations; AuxADC_decimation = 256 * 2^tempDecimation
uint8_t mykonosTempSensorConfig_t::tempWindow |
4-bit code with a resolution of 1?C/LSB, each time a temperature measurement is performed, the device compares the current temperature against the previous value.