Searched refs:BMG160_SLOPE_THRES_MASK (Results 1 – 1 of 1) sorted by relevance
72 #define BMG160_SLOPE_THRES_MASK 0x0F macro706 *val = data->slope_thres & BMG160_SLOPE_THRES_MASK; in bmg160_read_event()728 data->slope_thres &= ~BMG160_SLOPE_THRES_MASK; in bmg160_write_event()729 data->slope_thres |= (val & BMG160_SLOPE_THRES_MASK); in bmg160_write_event()