iSensor-SPI-Buffer  1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
Data Structures | Macros | Enumerations
script.h File Reference

Header file for iSensor-SPI-Buffer script module (loaded from SD card) More...

#include <stdint.h>
#include "main.h"
Include dependency graph for script.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  script
 

Macros

#define BUF_BASE_ADDR   8
 
#define BUF_DATA_BASE_ADDR   16
 
#define STREAM_BUF_SIZE   512
 

Enumerations

enum  command {
  read, write, delim, echo,
  readbuf, stream, freset, cmd,
  status, cnt, about, uptime,
  help, sleep, loop, endloop,
  invalid
}
 

Detailed Description

Header file for iSensor-SPI-Buffer script module (loaded from SD card)

Copyright (c) Analog Devices Inc, 2020 All Rights Reserved.

Date
7/23/2020
Author
A. Nolan (alex..nosp@m.nola.nosp@m.n@ana.nosp@m.log..nosp@m.com)

Macro Definition Documentation

◆ BUF_BASE_ADDR

#define BUF_BASE_ADDR   8

Buffer output base address (on page 255)

◆ BUF_DATA_BASE_ADDR

#define BUF_DATA_BASE_ADDR   16

Buffer output data base address (on page 255)

◆ STREAM_BUF_SIZE

#define STREAM_BUF_SIZE   512

Stream buffer size

Enumeration Type Documentation

◆ command

enum command

Available script commands