Searched defs:adxl362_sample_data (Results 1 – 1 of 1) sorted by relevance
244 struct adxl362_sample_data { struct246 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;