Searched refs:BMG160_SLOPE_THRES_MASK (Results 1 – 1 of 1) sorted by relevance
69 #define BMG160_SLOPE_THRES_MASK 0x0F macro702 *val = data->slope_thres & BMG160_SLOPE_THRES_MASK; in bmg160_read_event()724 data->slope_thres &= ~BMG160_SLOPE_THRES_MASK; in bmg160_write_event()725 data->slope_thres |= (val & BMG160_SLOPE_THRES_MASK); in bmg160_write_event()
Completed in 5 milliseconds