Searched defs:adxl345_dev_data (Results 1 – 1 of 1) sorted by relevance
151 struct adxl345_dev_data { struct152 unsigned int sample_number;153 int16_t bufx[ADXL345_MAX_FIFO_SIZE];154 int16_t bufy[ADXL345_MAX_FIFO_SIZE];155 int16_t bufz[ADXL345_MAX_FIFO_SIZE];156 struct adxl345_fifo_config fifo_config;157 uint8_t is_full_res;158 uint8_t selected_range;160 struct gpio_callback gpio_cb;162 sensor_trigger_handler_t th_handler;[all …]