James Reynolds / AD594x Driver
Embed: (wiki syntax)

« Back to documentation index

SEQInfo_Type Struct Reference

SEQInfo_Type Struct Reference
[TypeDefinitions]

Sequence info structure. More...

#include <ad5940.h>

Data Fields

uint32_t SeqId
 The Sequence ID SEQID_Const.
uint32_t SeqRamAddr
 The start address that in AF5940 SRAM.
uint32_t SeqLen
 Sequence length.
BoolFlag WriteSRAM
 Write command to SRAM or not.
const uint32_t * pSeqCmd
 Pointer to the sequencer commands that stored in MCU.

Detailed Description

Sequence info structure.

Definition at line 4509 of file ad5940.h.


Field Documentation

const uint32_t* pSeqCmd

Pointer to the sequencer commands that stored in MCU.

Definition at line 4515 of file ad5940.h.

uint32_t SeqId

The Sequence ID SEQID_Const.

Definition at line 4511 of file ad5940.h.

uint32_t SeqLen

Sequence length.

Definition at line 4513 of file ad5940.h.

uint32_t SeqRamAddr

The start address that in AF5940 SRAM.

Definition at line 4512 of file ad5940.h.

Write command to SRAM or not.

Definition at line 4514 of file ad5940.h.