Searched refs:DTS_ConvertFromCelsiusDegree (Results 1 – 1 of 1) sorted by relevance
205 static uint32_t DTS_ConvertFromCelsiusDegree(float_t temperature);1477 alarmThreshold = DTS_ConvertFromCelsiusDegree(pAlarmParams->Threshold); in HAL_DTS_ConfigAlarmA()1478 alarmHysteresis = DTS_ConvertFromCelsiusDegree(pAlarmParams->Hysteresis); in HAL_DTS_ConfigAlarmA()1558 alarmThreshold = DTS_ConvertFromCelsiusDegree(pAlarmParams->Threshold); in HAL_DTS_ConfigAlarmB()1559 alarmHysteresis = DTS_ConvertFromCelsiusDegree(pAlarmParams->Hysteresis); in HAL_DTS_ConfigAlarmB()1883 static uint32_t DTS_ConvertFromCelsiusDegree(float_t temperature) in DTS_ConvertFromCelsiusDegree() function