![]() |
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 DIO interfacing module. More...
#include "stm32f3xx_hal.h"
Go to the source code of this file.
Data Structures | |
struct | DIOConfig |
Macros | |
#define | DATA_READY_INT_MASK GPIO_PIN_5|GPIO_PIN_6|GPIO_PIN_9 |
#define | DIO_INPUT_CLEAR_MASK 0x3F9F |
Typedefs | |
typedef struct DIOConfig | DIOConfig |
Variables | |
volatile DIOConfig | g_pinConfig |
Header file for iSensor-SPI-Buffer DIO interfacing module.
Copyright (c) Analog Devices Inc, 2020 All Rights Reserved.
#define DATA_READY_INT_MASK GPIO_PIN_5|GPIO_PIN_6|GPIO_PIN_9 |
Mask for EXTI interrupt sources which come from the IMU data ready signal
#define DIO_INPUT_CLEAR_MASK 0x3F9F |
Mask to clear reserved bits in DIO_INPUT_CONFIG
|
extern |
Struct storing current DIO output config. Global scope