James Reynolds / AD594x Driver
Embed: (wiki syntax)

« Back to documentation index

FIFOCfg_Type Struct Reference

FIFOCfg_Type Struct Reference
[TypeDefinitions]

FIFO configure. More...

#include <ad5940.h>

Data Fields

BoolFlag FIFOEn
 Enable DATAFIFO.
uint32_t FIFOMode
 Stream mode or standard FIFO mode.
uint32_t FIFOSize
 How to allocate the internal 6kB SRAM.
uint32_t FIFOSrc
 Select which data source will be stored to FIFO.
uint32_t FIFOThresh
 FIFO threshold value, 0 to 1023.

Detailed Description

FIFO configure.

Definition at line 4484 of file ad5940.h.


Field Documentation

Enable DATAFIFO.

Disable FIFO will reset FIFO

Definition at line 4486 of file ad5940.h.

uint32_t FIFOMode

Stream mode or standard FIFO mode.

Definition at line 4487 of file ad5940.h.

uint32_t FIFOSize

How to allocate the internal 6kB SRAM.

Data FIFO and sequencer share all 6kB SRAM

Definition at line 4488 of file ad5940.h.

uint32_t FIFOSrc

Select which data source will be stored to FIFO.

Definition at line 4489 of file ad5940.h.

uint32_t FIFOThresh

FIFO threshold value, 0 to 1023.

Threshold can be used to generate interrupt so MCU can read back data before FIFO is full

Definition at line 4490 of file ad5940.h.