| 
| enum   | Status : uint8_t {  
  ValidIf1 = Bit0, 
AdcOutOfRangeFault = Bit1, 
SensorUnderRangeFault = Bit2, 
SensorOverRangeFault = Bit3, 
 
  CJSoftFault = Bit4, 
CJHardFault = Bit5, 
AdcHardFault = Bit6, 
SensorHardFault = Bit7
 
 } | 
|   | 
template<class SpiMaster , class Cs > 
 
- Returns
 - status code of result 
 
 
 
template<class SpiMaster , class Cs > 
 
- Returns
 - the temperature in the configured unit divided by 1'024 
 
 
 
template<class SpiMaster , class Cs > 
 
- Returns
 - the temperature as a signed float in the configured unit 
 
 
 
template<class SpiMaster , class Cs > 
 
- Returns
 - the temperature rounded to nearest integer in the configured unit 
 
 
 
template<class SpiMaster , class Cs > 
 
- Returns
 - check for a valid result 
 
 
 
The documentation for this struct was generated from the following file: