Home
last modified time | relevance | path

Searched refs:DTS_ConvertFromCelsiusDegree (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c205 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