Home
last modified time | relevance | path

Searched refs:pCamBuff (Results 1 – 1 of 1) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/driverlib/
Dcamera.c581 unsigned char *pCamBuff; in CameraBufferRead() local
587 pCamBuff = (unsigned char *)CAM_BUFFER_ADDR; in CameraBufferRead()
594 *(pBuffer+i) = *(pCamBuff + i); in CameraBufferRead()