![]() |
iSensor-SPI-Buffer
1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
|
Header file for iSensor-SPI-Buffer buffer data structure module. More...
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | BUF_SIZE 0xA000 |
#define | BUF_MIN_ENTRY 2 |
#define | BUF_MAX_ENTRY 64 |
Variables | |
uint32_t | g_bufLastRegIndex |
uint32_t | g_bufCount |
uint32_t | g_bufNumWords32 |
Header file for iSensor-SPI-Buffer buffer data structure module.
Copyright (c) Analog Devices Inc, 2020 All Rights Reserved.
#define BUF_MAX_ENTRY 64 |
Largest buffer data entry size. Real size is +10 bytes
#define BUF_MIN_ENTRY 2 |
Smallest buffer data entry size. Real size is +10 bytes
#define BUF_SIZE 0xA000 |
Buffer memory allocation
|
extern |
Number of elements currently stored in the buffer. Global scope
|
extern |
Index for the last buffer output register. This is based on buffer size. Global scope
|
extern |
Number of 32-bit words per buffer entry. Global scope