STFLIB_ISP_DEVICE_StructUninitialize
The API is described in the following sections.
Description
Device structure de-initialization function.
Syntax
The following code block shows the syntax of the API.
STFLIB_ISP_DEVICE_StructUninitialize(
ST_CI_DEVICE *pstDevice,
);
Parameter
The API has the following parameter.
Parameter | Description | Input/Output |
---|---|---|
pstDevice | Device handle | Input |
Return
The API has the following return values.
Return | Description |
---|---|
0 | Success |
Other values | Failure |
Requirement
The file libISPC.a is required for using this API.