STFLIB_ISP_IqTuningDebugInfoEnable

The API is described in the following sections.

Description

Enable or disable debug information print for the IQ tuning command.

Syntax

The following code block shows the syntax of the API.
STFLIB_ISP_IqTuningDebugInfoEnable(
    STF_VOID *pIspCtx,
    STF_BOOL8 bEnable
    );

Parameter

The API has the following parameters.
Table 1. STFLIB_ISP_IqTuningDebugInfoEnable Parameter Description
Parameter Description Input/Output
pIspCtx ISP context handle Input
bEnable Enable/Disable Input

Return

The API has the following return values.
Table 2. STFLIB_ISP_IqTuningDebugInfoEnable Return Description
Return Description
0 Success
Other values Failure

Requirement

The file libISPC.a is required for using this API.