Home
last modified time | relevance | path

Searched refs:adxl362_get_status (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_trigger.c27 if (adxl362_get_status(dev, &status_buf)) { in adxl362_thread_cb()
113 adxl362_get_status(dev, &status_buf); in adxl362_trigger_set()
122 adxl362_get_status(dev, &status_buf); in adxl362_trigger_set()
Dadxl362.h301 int adxl362_get_status(const struct device *dev, uint8_t *status);
Dadxl362.c115 int adxl362_get_status(const struct device *dev, uint8_t *status) in adxl362_get_status() function