![]() |
S145 SoftDevice for nRF54LS05 API documentation 10.0.0
|
| uint32_t sd_temp_get | ( | int32_t * | p_temp | ) |
#include <nrf_soc.h>
Get the temperature measured on the chip.
This function will block until the temperature measurement is done. It takes around 50 us from call to return.
| [out] | p_temp | Result of temperature measurement. Die temperature in 0.25 degrees Celsius. |
| NRF_SUCCESS | A temperature measurement was done, and the temperature was written to temp |