Lines Matching +full:100 +full:th
30 * @param th - Structure holding the activity threshold information:
37 const struct adxl367_activity_threshold *th) in adxl367_setup_activity_detection() argument
46 FIELD_PREP(ADXL367_ACT_INACT_CTL_ACT_EN_MSK, th->enable) | in adxl367_setup_activity_detection()
48 th->referenced)); in adxl367_setup_activity_detection()
54 FIELD_PREP(ADXL367_THRESH_H_MSK, th->value >> 6)); in adxl367_setup_activity_detection()
60 FIELD_PREP(ADXL367_THRESH_L_MSK, th->value & 0x3F)); in adxl367_setup_activity_detection()
67 * @param th - Structure holding the inactivity threshold information:
75 const struct adxl367_activity_threshold *th) in adxl367_setup_inactivity_detection() argument
84 th->enable) | in adxl367_setup_inactivity_detection()
86 th->referenced)); in adxl367_setup_inactivity_detection()
92 FIELD_PREP(ADXL367_THRESH_H_MSK, th->value >> 6)); in adxl367_setup_inactivity_detection()
98 FIELD_PREP(ADXL367_THRESH_L_MSK, th->value & 0x3F)); in adxl367_setup_inactivity_detection()
130 /* Wait 100 ms to allow the acceleration outputs to settle */ in adxl367_set_op_mode()
131 k_sleep(K_MSEC(100)); in adxl367_set_op_mode()
840 case 100: in adxl367_attr_set_odr()