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

Header file for the interrupt service routine module. More...

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

Go to the source code of this file.

Macros

#define USER_SPI_CS_INT_MSK   (0x3Fu << 10u)
 

Variables

volatile uint32_t g_wordsPerCapture
 
volatile uint32_t g_captureInProgress
 
volatile uint32_t g_spi_rx_upper
 

Detailed Description

Header file for the interrupt service routine module.

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

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

Macro Definition Documentation

◆ USER_SPI_CS_INT_MSK

#define USER_SPI_CS_INT_MSK   (0x3Fu << 10u)

Mask for the user SPI CS EXTI interrupt

Variable Documentation

◆ g_captureInProgress

volatile uint32_t g_captureInProgress
extern

Track if there is currently a capture in progress

◆ g_wordsPerCapture

volatile uint32_t g_wordsPerCapture
extern

Current capture size (in 16 bit words). Global scope