Tool/software: TI-RTOS
Hi,
I'm looking over captureLink_drv.c.
In that source, there is
```
if(pInst->isSubframeEnabled)
{
CaptureLink_subframe_drvAllocAndQueueFrames(pObj, pInst);
}
else
{
CaptureLink_drvAllocAndQueueFrames(pObj, pInst);
}
```
Could you explain the role and how it used in capture link?
Thanks.
Regards,
Yoo.