ISI_CodecPathFull
Default mainpageat91libperipheralsisiISI_CodecPathFull
Description Source Call Graph
Start Line: 100
void ISI_CodecPathFull(void)
{
    // The codec path is enabled and the next frame is captured.
    // Both codec and preview datapaths are working simultaneously
    AT91C_BASE_ISI->ISI_CR1 |= AT91C_ISI_CODEC_ON | AT91C_ISI_FULL;
}