iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN float32 | IfxDts_Dts_convertFromCelsius (uint16 temperatureValue) |
Converts a temperature value in Celsius to DTS value. More... | |
IFX_EXTERN uint16 | IfxDts_Dts_convertToCelsius (float32 dtsValue) |
Converts the measurement value returned from DTS to Celsius. More... | |
IFX_EXTERN float32 IfxDts_Dts_convertFromCelsius | ( | uint16 | temperatureValue) |
Converts a temperature value in Celsius to DTS value.
temperatureValue | the temperature in Celsius |
Definition at line 35 of file IfxDts_Dts.c.
Referenced by IfxDts_Dts_initModule().
IFX_EXTERN uint16 IfxDts_Dts_convertToCelsius | ( | float32 | dtsValue) |
Converts the measurement value returned from DTS to Celsius.
dtsValue | measurement value returned from DTS |
Definition at line 52 of file IfxDts_Dts.c.
Referenced by IfxDts_Dts_getTemperatureCelsius().