1.1.4.60 DRV_METROLOGY_SYN_CONTROL Struct
C
typedef struct {
unsigned int numSamples : 19;
unsigned int channel : 5;
unsigned int key : 8;
} DRV_METROLOGY_SYN_CONTROL;
Summary
Control fields for the synthesizer function.
Description
Field description:
- numSamples: Number of samples to be transferred
- channel: Indicates the channel number to which the samples belong to
- key: Security key. It must be set to DRV_METROLOGY_SYNTHESIZER_CONTROL_KEY.
