Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_temp/blocking/
DREADME.md36 - "Measured temperature: <temp_value> [C]"
37 - "Measured temperature: <temp_value> [C]"
38 - "Measured temperature: <temp_value> [C]"
39 - "Measured temperature: <temp_value> [C]"
40 - "Measured temperature: <temp_value> [C]"
42 > In the output, `temp_value` should be displayed as a temperature value in Celsius rounded to two …
Dmain.c85 int32_t temperature = nrfx_temp_result_get(); in main() local
86 int32_t celsius_temperature = nrfx_temp_calculate(temperature); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_temp/non_blocking/
DREADME.md39 - "Measured temperature: <temp_value> [C]"
40 - "Measured temperature: <temp_value> [C]"
41 - "Measured temperature: <temp_value> [C]"
42 - "Measured temperature: <temp_value> [C]"
43 - "Measured temperature: <temp_value> [C]"
45 > In the output, `temp_value` should be displayed as a temperature value in Celsius rounded to two …
Dmain.c62 static void temp_handler(int32_t temperature) in temp_handler() argument
68 int32_t celsius_temperature = nrfx_temp_calculate(temperature); in temp_handler()
/hal_nordic-latest/nrfx/haly/
Dnrfy_temp.h160 int32_t temperature = nrf_temp_result_get(p_reg); in nrfy_temp_result_get() local
162 return temperature; in nrfy_temp_result_get()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_temp.h70 typedef void (* nrfx_temp_data_handler_t)(int32_t temperature);
/hal_nordic-latest/nrfx/
DCHANGELOG.md61 - Added temperature coefficient trim setting in the HSFLL HAL.