![]() |
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 the interrupt service routine module. More...
#include <stdint.h>
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 |
Header file for the interrupt service routine module.
Copyright (c) Analog Devices Inc, 2020 All Rights Reserved.
#define USER_SPI_CS_INT_MSK (0x3Fu << 10u) |
Mask for the user SPI CS EXTI interrupt
|
extern |
Track if there is currently a capture in progress
|
extern |
Current capture size (in 16 bit words). Global scope