1.1.4.61 DRV_METROLOGY_SYN_DESCRIPTOR Struct
C
typedef struct {
DRV_METROLOGY_SYN_CONTROL control;
uint32_t *pData;
struct DRV_METROLOGY_SYN_DESCRIPTOR *next;
struct DRV_METROLOGY_SYN_DESCRIPTOR *prev;
} DRV_METROLOGY_SYN_DESCRIPTOR;
Summary
Data descriptor used to configure the synthesizer function.
Description
Field description:
- control: Synthesizer control values. See DRV_METROLOGY_SYNTHESIZER_CONTROL.
- *pData: Pointer to the data buffer with the waveform samples.
- *next: Pointer to the next descriptor address. If NULL, the descriptor is the last one to be performed.
- *prev: Pointer to the previous descriptor address. If NULL, the descriptor is the first one to be performed.
