iLLD_TC27xD  1.0
Status functions
Collaboration diagram for Status functions:

Functions

IFX_INLINE volatile Ifx_SRC_SRCR * IfxDts_getSrcPointer (void)
 Gets the Interrupt request source. More...
 
IFX_INLINE uint16 IfxDts_getTemperatureValue (void)
 Read the temperature measurement result. More...
 
IFX_INLINE boolean IfxDts_isBusy (void)
 Returns the current BUSY status of the Sensor. More...
 

Detailed Description

Function Documentation

IFX_INLINE volatile Ifx_SRC_SRCR * IfxDts_getSrcPointer ( void  )

Gets the Interrupt request source.

Returns
Address of interrupt request source

Definition at line 116 of file IfxDts.h.

Referenced by IfxDts_Dts_initModule().

IFX_INLINE uint16 IfxDts_getTemperatureValue ( void  )

Read the temperature measurement result.

Returns
Temperature measurement result

Definition at line 122 of file IfxDts.h.

Referenced by IfxDts_Dts_getTemperatureCelsius(), and IfxDts_Dts_getTemperatureValue().

IFX_INLINE boolean IfxDts_isBusy ( void  )

Returns the current BUSY status of the Sensor.

Returns
TRUE if Sensor is busy in measuring temperature otherwise FALSE

Definition at line 128 of file IfxDts.h.

Referenced by IfxDts_Dts_isBusy(), and IfxDts_Dts_startSensor().