Binary Parameter
The following code block shows the data structure for the module control and information
structure.
typedef struct _ST_ISP_BIN_PARAM {
ST_HEADER stHeader;
STF_U8 u8Count;
ST_MOD_CTL_INFO pstModCtlInfo[];
} ST_ISP_BIN_PARAM, *PST_ISP_BIN_PARAM;
The following table describes the fields in the above code block.
| Field | Description |
|---|---|
| stHeader | Header section |
| u8Count | Indicate how many modules/controls in this file |
| pstModCtlInfo | Module/Control location and size information |
