Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.c784 &cfg->inactivity_th); in adxl372_probe()
897 .inactivity_th.thresh = CONFIG_ADXL372_INACTIVITY_THRESHOLD / 100, \
898 .inactivity_th.referenced = \
900 .inactivity_th.enable = 1, \
Dadxl372.h367 struct adxl372_activity_threshold inactivity_th; member
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367.c1015 ret = adxl367_setup_inactivity_detection(dev, &cfg->inactivity_th); in adxl367_probe()
1112 .inactivity_th.value = CONFIG_ADXL367_INACTIVITY_THRESHOLD, \
1113 .inactivity_th.referenced = \
1115 .inactivity_th.enable = \
Dadxl367.h397 struct adxl367_activity_threshold inactivity_th; member