Module and Control Info
The following code block shows the data structure for the module control and information
structure.
typedef struct _ST_MOD_CTL_INFO {
STF_U8 u8Id;
STF_U32 u32Offset;
STF_U16 u16ParamSize;
} ST_MOD_CTL_INFO, *PST_MOD_CTL_INFO;
The following table describes the fields in the above code block.
| Field | Description |
|---|---|
| u8Id | Module/Control ID |
| u32Offset | location |
| u16ParamSize | Parameters size |
