Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_decoder.c70 const struct adxl362_fifo_data *enc_data = (const struct adxl362_fifo_data *)buffer; in adxl362_decode_stream()
72 buffer + sizeof(struct adxl362_fifo_data) + enc_data->fifo_byte_count; in adxl362_decode_stream()
81 buffer += sizeof(struct adxl362_fifo_data); in adxl362_decode_stream()
230 const struct adxl362_fifo_data *data = (const struct adxl362_fifo_data *)buffer; in adxl362_decoder_get_frame_count()
337 const struct adxl362_fifo_data *data = (const struct adxl362_fifo_data *)buffer; in adxl362_decoder_has_trigger()
Dadxl362_stream.c171 const size_t min_read_size = sizeof(struct adxl362_fifo_data) + sample_set_size; in adxl362_process_fifo_samples_cb()
172 const size_t ideal_read_size = sizeof(struct adxl362_fifo_data) + fifo_bytes; in adxl362_process_fifo_samples_cb()
187 struct adxl362_fifo_data *hdr = (struct adxl362_fifo_data *) buf; in adxl362_process_fifo_samples_cb()
204 ((struct adxl362_fifo_data *)buf)->fifo_byte_count = read_len; in adxl362_process_fifo_samples_cb()
342 if (rtio_sqe_rx_buf(current_sqe, sizeof(struct adxl362_fifo_data), in adxl362_process_status_cb()
343 sizeof(struct adxl362_fifo_data), &buf, &buf_len) != 0) { in adxl362_process_status_cb()
349 struct adxl362_fifo_data *rx_data = (struct adxl362_fifo_data *)buf; in adxl362_process_status_cb()
Dadxl362.h256 struct adxl362_fifo_data { struct
266 BUILD_ASSERT(sizeof(struct adxl362_fifo_data) % 4 == 0, argument