Home
last modified time | relevance | path

Searched defs:adxl362_sample_data (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362.h244 struct adxl362_sample_data { struct
246 uint8_t is_fifo: 1;
247 uint8_t res: 7;
249 uint8_t selected_range;
250 int16_t acc_x;
251 int16_t acc_y;
252 int16_t acc_z;
253 int16_t temp;