Files | |
file | otPPI.h |
PPI Library for BF51x. | |
Modules | |
Version History | |
Functions | |
void | PPI_CamInit (U8 busSize, bool pci) |
void | PPI_CamStart () |
void | PPI_CamStop () |
void | PPI_CamGrabArm (U16 xSize, U16 ySize, U32 frames, bool word, void *data, bool pixClockInvert) |
void | PPI_CamGrab (U16 xSize, U16 ySize, U32 frames, bool word, void *data) |
void | PPI_CamGrabStart (U16 xSize, U16 ySize, U32 frames, bool word, void *data) |
void | PPI_CamGrabWait () |
bool | PPI_CamGrabIsDone () |
|
Init PPI registers for the image grab and wait a complete grab
|
|
Init PPI registers for the image grab
|
|
Return true if the grab is done.
|
|
Init PPI registers for the image grab, start the grab but don't wait the completion of the grab
|
|
Wait the completion of the grab |
|
Init PPI to grab a CMOS image sensor output with a parallel bus with 3 sync signals
|
|
Enable PPI read |
|
Stop PPI read |