Searched refs:status_buf (Results 1 – 1 of 1) sorted by relevance
24 uint8_t status_buf; in adxl362_thread_cb() local27 if (adxl362_get_status(dev, &status_buf)) { in adxl362_thread_cb()34 if (ADXL362_STATUS_CHECK_INACT(status_buf)) { in adxl362_thread_cb()40 if (ADXL362_STATUS_CHECK_ACTIVITY(status_buf)) { in adxl362_thread_cb()46 ADXL362_STATUS_CHECK_DATA_READY(status_buf)) { in adxl362_thread_cb()99 uint8_t int_mask, int_en, status_buf; in adxl362_trigger_set() local113 adxl362_get_status(dev, &status_buf); in adxl362_trigger_set()122 adxl362_get_status(dev, &status_buf); in adxl362_trigger_set()