Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/sensor/adxl362/
Dadxl362_trigger.c26 if (adxl362_get_status(dev, &status_buf)) { in adxl362_thread_cb()
102 adxl362_get_status(dev, &status_buf); in adxl362_trigger_set()
111 adxl362_get_status(dev, &status_buf); in adxl362_trigger_set()
Dadxl362.h245 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