Home
last modified time | relevance | path

Searched refs:adxl372_fifo_data (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_decoder.c38 const struct adxl372_fifo_data *enc_data = (const struct adxl372_fifo_data *)buffer; in adxl372_decode_stream()
40 buffer + sizeof(struct adxl372_fifo_data) + enc_data->fifo_byte_count; in adxl372_decode_stream()
55 buffer += sizeof(struct adxl372_fifo_data); in adxl372_decode_stream()
159 const struct adxl372_fifo_data *data = (const struct adxl372_fifo_data *)buffer; in adxl372_decoder_get_frame_count()
271 const struct adxl372_fifo_data *data = (const struct adxl372_fifo_data *)buffer; in adxl372_decoder_has_trigger()
Dadxl372_stream.c195 const size_t min_read_size = sizeof(struct adxl372_fifo_data) + sample_set_size; in adxl372_process_fifo_samples_cb()
196 const size_t ideal_read_size = sizeof(struct adxl372_fifo_data) + fifo_bytes; in adxl372_process_fifo_samples_cb()
212 struct adxl372_fifo_data *hdr = (struct adxl372_fifo_data *)buf; in adxl372_process_fifo_samples_cb()
250 ((struct adxl372_fifo_data *)buf)->fifo_byte_count = read_len; in adxl372_process_fifo_samples_cb()
383 if (rtio_sqe_rx_buf(current_sqe, sizeof(struct adxl372_fifo_data), in adxl372_process_status1_cb()
384 sizeof(struct adxl372_fifo_data), &buf, &buf_len) != 0) { in adxl372_process_status1_cb()
390 struct adxl372_fifo_data *rx_data = (struct adxl372_fifo_data *)buf; in adxl372_process_status1_cb()
Dadxl372.h382 struct adxl372_fifo_data { struct
394 BUILD_ASSERT(sizeof(struct adxl372_fifo_data) % 4 == 0, argument