iLLD_TC27xD  1.0
IfxDts.h File Reference

DTS basic functionality. More...

#include "_Impl/IfxDts_cfg.h"
#include "IfxScu_reg.h"
#include "IfxScu_bf.h"
#include "Cpu/Std/IfxCpu_Intrinsics.h"
#include "Src/Std/IfxSrc.h"

Go to the source code of this file.

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...
 
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...
 
IFX_EXTERN boolean IfxDts_isReady (void)
 Returns the current READY status of the Sensor. More...
 

Detailed Description

DTS basic functionality.

Version
iLLD_1_0_0_11_0
                            IMPORTANT NOTICE

Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.

THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.

Definition in file IfxDts.h.

Function Documentation

IFX_EXTERN boolean IfxDts_isReady ( void  )

Returns the current READY status of the Sensor.

Returns
TRUE if Sensor is ready for measuring temperature otherwise FALSE

Definition at line 35 of file IfxDts.c.

Referenced by IfxDts_Dts_initModule().