IPMUX1IPMUX2IPMUX3: function_description(opl_minte_test.c)

RTL96xx (RTL9607,...)

function_description(opl_minte_test.c)
[minte_test module]


local variable declaration and definition

int opl_minte_init (int *initialized)
 description: it is used to open the /dev/opl_minte device with flag: RDWR|SYNC.
int opl_minte_exit (int *initialized)
 description: close the opened file "/dev/opl_minte".
void opl_minte_main (int argc, char **argv)
 description: it is the example of how to use it to check the value.

函数

int main (int argc, char **argv)
 description: the testing entry for minte unit testing programming.

函数文档

int main int  argc,
char **  argv
 

description: the testing entry for minte unit testing programming.

参数:
@param 
返回值:
@retval 
参见:

Deprecated:
if the testing will be intergrated into main testing, it will be removed.

在文件opl_minte_test.c162行定义。

参考 opl_minte_exit()opl_minte_init()opl_minte_main().

int opl_minte_exit int *  initialized  ) 
 

description: close the opened file "/dev/opl_minte".

参数:
*initialized,that means close it or not depend on initialized value.then clear it.
返回值:
0 success
-X close the file failed.
参见:
Deprecated:

在文件opl_minte_test.c120行定义。

参考 opl_minte_fd.

int opl_minte_init int *  initialized  ) 
 

description: it is used to open the /dev/opl_minte device with flag: RDWR|SYNC.

参数:
*initialized is the output value to indicated it is initialized or not.
返回值:
0 success
-X failed.
参见:
Deprecated:

在文件opl_minte_test.c101行定义。

参考 OPL_MINTE_DEVICEopl_minte_fd.

void opl_minte_main int  argc,
char **  argv
 

description: it is the example of how to use it to check the value.

and it is the body of unit testing programing,which will be completed.

参数:
int argc
char **argv
返回:
void *

参见:
Deprecated:

在文件opl_minte_test.c139行定义。

参考 opl_minte_fdu32.

参考自 main().


Generated at Mon Jul 30 16:43:48 2007 for IPMUX1IPMUX2IPMUX3 by  doxygen 1.3.9.1