Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/sensor/adxl372/
Dadxl372.c657 threshold.enable = cfg->activity_th.enable; in adxl372_attr_set_thresh()
658 threshold.referenced = cfg->activity_th.referenced; in adxl372_attr_set_thresh()
831 &cfg->activity_th); in adxl372_probe()
970 .activity_th.thresh = CONFIG_ADXL372_ACTIVITY_THRESHOLD / 100,
971 .activity_th.referenced =
973 .activity_th.enable = 1,
Dadxl372.h319 struct adxl372_activity_threshold activity_th; member