Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmg160/
Dbmg160_trigger.c95 uint16_t any_th_dps, range_dps; in bmg160_slope_config() local
98 any_th_dps = sensor_rad_to_degrees(val); in bmg160_slope_config()
100 any_th_reg_val = any_th_dps * 2000U / range_dps; in bmg160_slope_config()
103 if (any_th_dps > range_dps / 16U) { in bmg160_slope_config()
108 any_th_dps & BMG160_THRES_MASK); in bmg160_slope_config()