Searched refs:status_buf (Results 1 – 1 of 1) sorted by relevance
23 uint8_t status_buf; in adxl362_thread_cb() local26 if (adxl362_get_status(dev, &status_buf)) { in adxl362_thread_cb()33 if (ADXL362_STATUS_CHECK_INACT(status_buf)) { in adxl362_thread_cb()39 if (ADXL362_STATUS_CHECK_ACTIVITY(status_buf)) { in adxl362_thread_cb()45 ADXL362_STATUS_CHECK_DATA_READY(status_buf)) { in adxl362_thread_cb()88 uint8_t int_mask, int_en, status_buf; in adxl362_trigger_set() local102 adxl362_get_status(dev, &status_buf); in adxl362_trigger_set()111 adxl362_get_status(dev, &status_buf); in adxl362_trigger_set()