iLLD_TC27xD  1.0
Control functions
Collaboration diagram for Control functions:

Functions

IFX_INLINE void IfxDts_disableSensorControl (void)
 Disable the writing of register bits except START bit. More...
 
IFX_INLINE void IfxDts_enableSensor (void)
 Enables the DTS sensor. More...
 
IFX_INLINE void IfxDts_startSensor (void)
 Starts the next temperature measurement. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxDts_disableSensorControl ( void  )

Disable the writing of register bits except START bit.

Returns
None

Definition at line 103 of file IfxDts.h.

Referenced by IfxDts_Dts_initModule().

IFX_INLINE void IfxDts_enableSensor ( void  )

Enables the DTS sensor.

Returns
None

Definition at line 110 of file IfxDts.h.

Referenced by IfxDts_Dts_initModule().

IFX_INLINE void IfxDts_startSensor ( void  )

Starts the next temperature measurement.

Returns
None

Definition at line 134 of file IfxDts.h.

Referenced by IfxDts_Dts_startSensor().