Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c190 #define DTS_G_PARAM 60.0f /* G parameter used for temperature ccomputation */ macro
1872 value = DTS_G_PARAM + (DTS_H_PARAM * value) + (DTS_J_PARAM * 4.0f); in DTS_ConvertToCelsiusDegree()
1894 value = (temperature - DTS_G_PARAM - (DTS_J_PARAM * 4.0f)) / DTS_H_PARAM; in DTS_ConvertFromCelsiusDegree()