Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c187 #define DTS_CAL5_PARAM 4094.0f /* Cal5 parameter used for temperature ccomputation */ macro
1869 value = ((((float_t) sample) / DTS_CAL5_PARAM) - 0.5f); in DTS_ConvertToCelsiusDegree()
1897 value = (value + 0.5f) * DTS_CAL5_PARAM; in DTS_ConvertFromCelsiusDegree()