Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/sensor/adxl372/
Dadxl372.c161 uint8_t axis_reg_h, in adxl372_set_activity_threshold() argument
167 ret = adxl372_reg_write(dev, axis_reg_h++, act->thresh >> 3); in adxl372_set_activity_threshold()
172 switch (axis_reg_h) { in adxl372_set_activity_threshold()
182 return adxl372_reg_write(dev, axis_reg_h, val); in adxl372_set_activity_threshold()
193 uint8_t axis_reg_h, in adxl372_set_activity_threshold_xyz() argument
199 ret = adxl372_set_activity_threshold(dev, axis_reg_h, act); in adxl372_set_activity_threshold_xyz()
203 axis_reg_h += 2U; in adxl372_set_activity_threshold_xyz()