Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.c605 threshold.enable = cfg->activity_th.enable; in adxl372_attr_set_thresh()
606 threshold.referenced = cfg->activity_th.referenced; in adxl372_attr_set_thresh()
778 &cfg->activity_th); in adxl372_probe()
892 .activity_th.thresh = CONFIG_ADXL372_ACTIVITY_THRESHOLD / 100, \
893 .activity_th.referenced = \
895 .activity_th.enable = 1, \
Dadxl372.h365 struct adxl372_activity_threshold activity_th; member
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367.c802 threshold.enable = cfg->activity_th.enable; in adxl367_attr_set_thresh()
803 threshold.referenced = cfg->activity_th.referenced; in adxl367_attr_set_thresh()
1010 ret = adxl367_setup_activity_detection(dev, &cfg->activity_th); in adxl367_probe()
1106 .activity_th.value = CONFIG_ADXL367_ACTIVITY_THRESHOLD, \
1107 .activity_th.referenced = \
1109 .activity_th.enable = \
Dadxl367.h396 struct adxl367_activity_threshold activity_th; member