iLLD_TC29x
1.0
|
DTS DTS details. More...
Go to the source code of this file.
Data Structures | |
struct | IfxDts_Dts_Config |
DTS module configuration structure. More... | |
Functions | |
IFX_EXTERN void | IfxDts_Dts_initModule (const IfxDts_Dts_Config *config) |
Initialise the DTS with supplied configuration. More... | |
IFX_EXTERN void | IfxDts_Dts_initModuleConfig (IfxDts_Dts_Config *config) |
Intialises the module configuration buffer with default configuration. More... | |
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_EXTERN uint16 | IfxDts_Dts_convertFromCelsius (float32 temperatureValue) |
Converts a temperature value in Celsius to DTS value. More... | |
IFX_EXTERN float32 | IfxDts_Dts_convertToCelsius (uint16 dtsValue) |
Converts the measurement value returned from DTS to Celsius. More... | |
DTS DTS details.
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_Dts.h.