![]() |
iSensor-SPI-Buffer
1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
|
iSensor-SPI-Buffer user interrupt (data ready) config and generation functions More...

Functions | |
| void | User_Interrupt_Update () |
| Updates the user interrupt (data ready) signal status. More... | |
| void | User_Interrupt_Update_Output_Pins (uint32_t watermark, uint32_t overflow, uint32_t error) |
| Updates the output pins based on given interrupt/overflow status. More... | |
iSensor-SPI-Buffer user interrupt (data ready) config and generation functions
Copyright (c) Analog Devices Inc, 2020 All Rights Reserved.
| void User_Interrupt_Update | ( | ) |
Updates the user interrupt (data ready) signal status.
This function is called periodically from the main loop. It clears or sets the selected interrupt and overflow notification pins (DIOx_Slave) and also updates the STATUS register flags
| void User_Interrupt_Update_Output_Pins | ( | uint32_t | watermark, |
| uint32_t | overflow, | ||
| uint32_t | error | ||
| ) |
Updates the output pins based on given interrupt/overflow status.
| watermark | The buffer water mark interrupt status |
| overflow | The buffer overflow interrupt status |
| error | The buffer error interrupt status |