iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE float32 | IfxDts_Dts_getTemperatureCelsius (void) |
Returns the converted temperature in Celsius. More... | |
IFX_INLINE uint16 | IfxDts_Dts_getTemperatureValue (void) |
Returns the unconverted temperature measurement result. More... | |
IFX_INLINE boolean | IfxDts_Dts_isBusy (void) |
Returns the current BUSY status of the Sensor. More... | |
IFX_INLINE void | IfxDts_Dts_startSensor (void) |
Starts the next temperature measurement. More... | |
IFX_INLINE float32 IfxDts_Dts_getTemperatureCelsius | ( | void | ) |
Returns the converted temperature in Celsius.
Usage Example : How to use the DTS Interface driver?
Definition at line 277 of file IfxDts_Dts.h.
IFX_INLINE uint16 IfxDts_Dts_getTemperatureValue | ( | void | ) |
Returns the unconverted temperature measurement result.
Usage Example : How to use the DTS Interface driver?
Definition at line 283 of file IfxDts_Dts.h.
IFX_INLINE boolean IfxDts_Dts_isBusy | ( | void | ) |
Returns the current BUSY status of the Sensor.
Usage Example : How to use the DTS Interface driver?
Definition at line 289 of file IfxDts_Dts.h.
Referenced by IfxDts_Dts_initModule().
IFX_INLINE void IfxDts_Dts_startSensor | ( | void | ) |
Starts the next temperature measurement.
Usage Example : How to use the DTS Interface driver?
Definition at line 295 of file IfxDts_Dts.h.
Referenced by IfxDts_Dts_initModule().