Home
last modified time | relevance | path

Searched refs:fifo_total_bytes (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345_stream.c113 data->fifo_total_bytes = 0; in adxl345_fifo_read_cb()
216 read_buf + data->fifo_total_bytes, in adxl345_process_fifo_samples_cb()
218 data->fifo_total_bytes += SAMPLE_SIZE; in adxl345_process_fifo_samples_cb()
Dadxl345.h186 uint16_t fifo_total_bytes; member