Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfs/include/services/
Dnrfs_temp.h122 static inline int32_t nrfs_temp_to_raw(int32_t temp_c) in nrfs_temp_to_raw() argument
124 return (temp_c * 4) / 100; in nrfs_temp_to_raw()