Searched refs:BMG160_SLOPE_THRES_MASK (Results 1 – 1 of 1) sorted by relevance
71 #define BMG160_SLOPE_THRES_MASK 0x0F macro700 *val = data->slope_thres & BMG160_SLOPE_THRES_MASK; in bmg160_read_event()722 data->slope_thres &= ~BMG160_SLOPE_THRES_MASK; in bmg160_write_event()723 data->slope_thres |= (val & BMG160_SLOPE_THRES_MASK); in bmg160_write_event()