Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_temp.h107 NRFX_STATIC_INLINE int32_t nrfx_temp_result_get(void);
147 NRFX_STATIC_INLINE int32_t nrfx_temp_result_get(void) in nrfx_temp_result_get() function
/hal_nordic-latest/nrfx/samples/src/nrfx_temp/blocking/
Dmain.c85 int32_t temperature = nrfx_temp_result_get(); in main()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_temp.c151 int32_t raw_temp = nrfx_temp_result_get(); in nrfx_temp_irq_handler()