Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_temp.h202 int32_t raw_measurement = p_reg->TEMP; in nrf_temp_result_get() local
206 if ((raw_measurement & 0x00000200) != 0) in nrf_temp_result_get()
208 raw_measurement |= 0xFFFFFC00UL; in nrf_temp_result_get()
212 return raw_measurement; in nrf_temp_result_get()
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_temp.c96 int32_t nrfx_temp_calculate(int32_t raw_measurement) in nrfx_temp_calculate() argument
102 return (raw_measurement * 100) / 4; in nrfx_temp_calculate()
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_temp.h113 int32_t nrfx_temp_calculate(int32_t raw_measurement);