Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c14 #define SPEED_OF_LIGHT_NM_PER_S (SPEED_OF_LIGHT_M_PER_S / 1000000000.0f) macro
168 return tof_mean_ns * SPEED_OF_LIGHT_NM_PER_S; in estimate_distance_using_time_of_flight()