Searched refs:adxl372_get_status (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-2.7.6/drivers/sensor/adxl372/ |
D | adxl372_trigger.c | 27 if (adxl372_get_status(dev, &status1, &status2, NULL) < 0) { in adxl372_thread_cb() 133 ret = adxl372_get_status(dev, &status1, &status2, NULL); /* Clear status */ in adxl372_trigger_set()
|
D | adxl372.h | 340 int adxl372_get_status(const struct device *dev,
|
D | adxl372.c | 462 int adxl372_get_status(const struct device *dev, in adxl372_get_status() function 595 adxl372_get_status(dev, &status1, NULL, NULL); in adxl372_get_accel_data()
|