 |
iSensor-SPI-Buffer
1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
|
Go to the documentation of this file.
11 #ifndef INC_DATA_CAPTURE_H_
12 #define INC_DATA_CAPTURE_H_
Header file for iSensor-SPI-Buffer register interfacing module.
uint32_t g_PPSInterruptMask
Definition: timer.c:23
Header file for iSensor-SPI-Buffer DIO interfacing module.
void LED_Turn_On(LED light)
Turn on a selected LED.
Definition: led.c:22
Header file for iSensor-SPI-Buffer timer module.
void Data_Capture_Disable()
disables autonomous data capture by disabling DR ISR.
Definition: data_capture.c:53
Header file for iSensor-SPI-Buffer LED control module.
volatile uint32_t g_wordsPerCapture
Definition: isr.c:27
void LED_Turn_Off(LED light)
Turn off a selected LED.
Definition: led.c:47
void Data_Capture_Enable()
Enables autonomous data capture by enabling DR ISR in NVIC.
Definition: data_capture.c:27
Header file for iSensor-SPI-Buffer autonomous IMU data acquisition module.
volatile uint32_t g_captureInProgress
Definition: isr.c:30
void DIO_Update_Input_Config()
Validates and updates the data ready input configuration based on DIO_INPUT_CONFIG.
Definition: dio.c:186
#define DATA_READY_INT_MASK
Definition: dio.h:48
Header file for the interrupt service routine module.