Home
last modified time | relevance | path

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

/drivers/iio/accel/
Dadxl372.c450 unsigned char th_reg_high_val, th_reg_low_val, th_reg_high_addr; in adxl372_set_activity_threshold() local
454 th_reg_low_val = ((threshold / 100) << 5) | (ref_en << 1) | enable; in adxl372_set_activity_threshold()
458 buf[1] = th_reg_low_val; in adxl372_set_activity_threshold()
460 buf[3] = th_reg_low_val; in adxl372_set_activity_threshold()
462 buf[5] = th_reg_low_val; in adxl372_set_activity_threshold()