iLLD_TC27xD  1.0
Sensor Functions
Collaboration diagram for Sensor Functions:

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...
 

Detailed Description

Function Documentation

IFX_INLINE float32 IfxDts_Dts_getTemperatureCelsius ( void  )

Returns the converted temperature in Celsius.

Returns
The temperature based on the DTS temperature value

Usage Example : How to use the DTS Interface driver?

Definition at line 278 of file IfxDts_Dts.h.

IFX_INLINE uint16 IfxDts_Dts_getTemperatureValue ( void  )

Returns the unconverted temperature measurement result.

Returns
current sensor measured result.

Usage Example : How to use the DTS Interface driver?

Definition at line 284 of file IfxDts_Dts.h.

IFX_INLINE boolean IfxDts_Dts_isBusy ( void  )

Returns the current BUSY status of the Sensor.

Returns
TRUE if Sensor is busy in measuring temperature otherwise FALSE

Usage Example : How to use the DTS Interface driver?

Definition at line 290 of file IfxDts_Dts.h.

Referenced by IfxDts_Dts_initModule().

IFX_INLINE void IfxDts_Dts_startSensor ( void  )

Starts the next temperature measurement.

Returns
None

Usage Example : How to use the DTS Interface driver?

Definition at line 296 of file IfxDts_Dts.h.

Referenced by IfxDts_Dts_initModule().