This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

求大神,DM6437的类驱动API函数和微型驱动API函数功能相似?



比如类驱动中有一个API函数FVID_create(),微型驱动有一个API函数VPFE_mdCreateChan(),FVID_create()调用VPFE_mdCreateChan(),是不是在程序中只需调用FVID_create()就可以了,无需再使用VPFE_mdCreateChan()了。